mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 00:10:37 +00:00
Fix indentation
llvm-svn: 191965
This commit is contained in:
parent
ba52be008b
commit
0babf56529
@ -826,7 +826,7 @@ MachineVerifier::visitMachineOperand(const MachineOperand *MO, unsigned MONum) {
|
||||
if (MO->isReg() &&
|
||||
!(MI->isVariadic() && MONum == MCID.getNumOperands()-1)) {
|
||||
if (MO->isDef() && !MCOI.isOptionalDef())
|
||||
report("Explicit operand marked as def", MO, MONum);
|
||||
report("Explicit operand marked as def", MO, MONum);
|
||||
if (MO->isImplicit())
|
||||
report("Explicit operand marked as implicit", MO, MONum);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user