diff options
Diffstat (limited to 'test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll')
-rw-r--r-- | test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll b/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll index 501f763..eba2e58 100644 --- a/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll +++ b/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll @@ -18,7 +18,7 @@ bb1.i.i11: ; preds = %bb11 %1 = tail call arm_apcscc i32 @__maskrune(i32 %0, i32 32768) nounwind ; <i32> [#uses=1] %2 = icmp ne i32 %1, 0 ; <i1> [#uses=1] %3 = zext i1 %2 to i32 ; <i32> [#uses=1] - %.pre = load i8* undef, align 1 ; <i8> [#uses=1] + %.pre = load i8, i8* undef, align 1 ; <i8> [#uses=1] br label %isupper144.exit12 isupper144.exit12: ; preds = %bb1.i.i11, %bb.i.i10 |