Skip to content

Commit 5d45a87

Browse files
committed
fix clang format
1 parent 2bdcf4c commit 5d45a87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,7 @@ void PPCInstPrinter::printS32ImmOperand(const MCInst *MI, unsigned OpNo,
437437
long long Value = MI->getOperand(OpNo).getImm();
438438
assert(isInt<32>(Value) && "Invalid s32imm argument!");
439439
O << (long long)Value;
440-
}
441-
else
440+
} else
442441
printOperand(MI, OpNo, STI, O);
443442
}
444443

0 commit comments

Comments
 (0)