aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll')
-rw-r--r--test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll b/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
index dabe620..b0a50a4 100644
--- a/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
+++ b/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
@@ -4,7 +4,7 @@ define i32 @main(i32 %argc, i8** %argv) {
entry:
br label %bb1
bb1: ; preds = %entry
- %tmp3.i.i = load i8* null, align 1 ; <i8> [#uses=1]
+ %tmp3.i.i = load i8, i8* null, align 1 ; <i8> [#uses=1]
%tmp4.i.i = icmp slt i8 %tmp3.i.i, 0 ; <i1> [#uses=1]
br i1 %tmp4.i.i, label %bb2, label %bb3
bb2: ; preds = %bb1