diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/split-index-tc.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/split-index-tc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/split-index-tc.ll b/llvm/test/CodeGen/PowerPC/split-index-tc.ll index 03aff243b23..1b27be7cf26 100644 --- a/llvm/test/CodeGen/PowerPC/split-index-tc.ll +++ b/llvm/test/CodeGen/PowerPC/split-index-tc.ll @@ -20,7 +20,7 @@ cond.false.i123: ; preds = %_ZN4llvm12MachineIn unreachable _ZNK4llvm14MachineOperand6getRegEv.exit: ; preds = %_ZN4llvm12MachineInstr10getOperandEj.exit - %IsDef.i = getelementptr inbounds %"class.llvm::MachineOperand"* %0, i64 undef, i32 1 + %IsDef.i = getelementptr inbounds %"class.llvm::MachineOperand", %"class.llvm::MachineOperand"* %0, i64 undef, i32 1 %1 = bitcast [3 x i8]* %IsDef.i to i24* %bf.load.i = load i24* %1, align 1 %2 = and i24 %bf.load.i, 128 |