mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Introduce -Wunreachable-code-break
This commit is contained in:
@@ -503,7 +503,7 @@ initModelTypesImpl(const llvm::Instruction &I,
|
||||
revng_assert(BaseType->isSingleValueType());
|
||||
rc_return model::PointerType::make(llvmIntToModelType(BaseType, Model),
|
||||
Model.Architecture());
|
||||
} break;
|
||||
}
|
||||
|
||||
case Instruction::Select: {
|
||||
auto *Select = dyn_cast<llvm::SelectInst>(&I);
|
||||
|
||||
Reference in New Issue
Block a user