Skip to content

Commit 98d4825

Browse files
committed
fix format
1 parent c6b3e20 commit 98d4825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/PowerPC/PPCRegisterInfo.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ def ptr_rc_nor0 : RegisterOperand<ptr_rc_nor0_by_hwmode> {
933933

934934
// New addressing modes with 34 bit immediates.
935935
def PPCDispRI34Operand : AsmOperandClass {
936-
let Name = "DispRI34"; let PredicateMethod = "isSImmExpr<34>";
936+
let Name = "DispRI34";
937+
let PredicateMethod = "isSImmExpr<34>";
937938
let RenderMethod = "addImmOperands";
938939
}
939940
def dispRI34 : Operand<iPTR> {

0 commit comments

Comments
 (0)