diff options
Diffstat (limited to 'test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll')
-rw-r--r-- | test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll index 4045618..019c442 100644 --- a/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll +++ b/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll @@ -12,7 +12,7 @@ entry: bb: ; preds = %bb, %entry %name8.0.reg2mem.0.rec = phi i64 [ %indvar.next, %bb ], [ 0, %entry ] ; <i64> [#uses=1] %hash.0.reg2mem.0 = phi i64 [ %tmp27, %bb ], [ 0, %entry ] ; <i64> [#uses=1] - %tmp13 = load i8* null, align 1 ; <i8> [#uses=1] + %tmp13 = load i8, i8* null, align 1 ; <i8> [#uses=1] %tmp1314 = zext i8 %tmp13 to i64 ; <i64> [#uses=1] %tmp25 = lshr i64 %tmp1314, 4 ; <i64> [#uses=1] %tmp22 = add i64 %tmp25, %hash.0.reg2mem.0 ; <i64> [#uses=1] |