We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b3e20 commit 98d4825Copy full SHA for 98d4825
llvm/lib/Target/PowerPC/PPCRegisterInfo.td
@@ -933,7 +933,8 @@ def ptr_rc_nor0 : RegisterOperand<ptr_rc_nor0_by_hwmode> {
933
934
// New addressing modes with 34 bit immediates.
935
def PPCDispRI34Operand : AsmOperandClass {
936
- let Name = "DispRI34"; let PredicateMethod = "isSImmExpr<34>";
+ let Name = "DispRI34";
937
+ let PredicateMethod = "isSImmExpr<34>";
938
let RenderMethod = "addImmOperands";
939
}
940
def dispRI34 : Operand<iPTR> {
0 commit comments