diff options
Diffstat (limited to 'test/CodeGen/PowerPC/subsumes-pred-regs.ll')
-rw-r--r-- | test/CodeGen/PowerPC/subsumes-pred-regs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/subsumes-pred-regs.ll b/test/CodeGen/PowerPC/subsumes-pred-regs.ll index c510e36..5389c13 100644 --- a/test/CodeGen/PowerPC/subsumes-pred-regs.ll +++ b/test/CodeGen/PowerPC/subsumes-pred-regs.ll @@ -20,7 +20,7 @@ if.then: ; preds = %lor.end br i1 undef, label %return, label %if.end.i24 if.end.i24: ; preds = %if.then - %0 = load i32* undef, align 4 + %0 = load i32, i32* undef, align 4 %lnot.i.i16.i23 = icmp eq i32 %0, 0 br i1 %lnot.i.i16.i23, label %if.end7.i37, label %test.exit27.i34 |