[DAGCombiner] Added BSWAP vector constant folding support.
[oota-llvm.git] / test / CodeGen / X86 / 2009-08-19-LoadNarrowingMiscompile.ll
index 5f6cf3b9e0bbc4f07888635c6857419fb2e4ac6e..5926ab4b5c7240edc831d4c8dab5447ecc728a52 100644 (file)
@@ -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