X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2009-08-19-LoadNarrowingMiscompile.ll;h=5926ab4b5c7240edc831d4c8dab5447ecc728a52;hb=d8b27b1cb14a2f6ce88505372ffc1eb9f5068efe;hp=5f6cf3b9e0bbc4f07888635c6857419fb2e4ac6e;hpb=36a0947820fd4aa4b8a5fa26e3f079bdf572bc81;p=oota-llvm.git diff --git a/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll index 5f6cf3b9e0b..5926ab4b5c7 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