diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll b/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll index 8eb44b5e065..853bb16aa32 100644 --- a/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll +++ b/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll @@ -15,7 +15,7 @@ define fastcc i8* @1(i8*) nounwind { ; <label>:3 ; preds = %1 %4 = call i64 @strlen(i8* %0) nounwind readonly ; <i64> [#uses=1] %5 = trunc i64 %4 to i32 ; <i32> [#uses=2] - %6 = load i32* @0, align 4 ; <i32> [#uses=1] + %6 = load i32, i32* @0, align 4 ; <i32> [#uses=1] %7 = sub i32 %5, %6 ; <i32> [#uses=2] %8 = sext i32 %5 to i64 ; <i64> [#uses=1] %9 = sext i32 %7 to i64 ; <i64> [#uses=1] |