mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[NFC] Add braces to if-statement in MachineVerifier
This commit is contained in:
parent
085e5b1dfa
commit
c141103726
@ -873,10 +873,11 @@ void MachineVerifier::verifyPreISelGenericInstruction(const MachineInstr *MI) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!HasMBB)
|
||||
if (!HasMBB) {
|
||||
report("Branch instruction is missing a basic block operand or "
|
||||
"isIndirectBranch property",
|
||||
MI);
|
||||
}
|
||||
}
|
||||
|
||||
// Check types.
|
||||
|
Loading…
x
Reference in New Issue
Block a user