diff options
Diffstat (limited to 'test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll')
-rw-r--r-- | test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll index 5f6cf3b..5926ab4 100644 --- a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll +++ b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll @@ -5,7 +5,7 @@ define void @c() nounwind { ; CHECK: movl a+8, %eax - %srcval1 = load i96* @a, align 4 + %srcval1 = load i96, i96* @a, align 4 %sroa.store.elt2 = lshr i96 %srcval1, 64 %tmp = trunc i96 %sroa.store.elt2 to i64 ; CHECK: movl %eax, b |