diff options
Diffstat (limited to 'test/CodeGen/X86/pr14562.ll')
-rw-r--r-- | test/CodeGen/X86/pr14562.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr14562.ll b/test/CodeGen/X86/pr14562.ll index e66f175..3167454 100644 --- a/test/CodeGen/X86/pr14562.ll +++ b/test/CodeGen/X86/pr14562.ll @@ -3,7 +3,7 @@ @temp1 = global i64 -77129852189294865, align 8 define void @foo() nounwind { - %x = load i64* @temp1, align 8 + %x = load i64, i64* @temp1, align 8 %s = shl i64 %x, 32 %t = trunc i64 %s to i32 %z = zext i32 %t to i64 |