[SLP] Propagate 'nontemporal' attribute into vectorized instructions.
[oota-llvm.git] / test / Transforms / Internalize / 2009-01-05-InternalizeAliases.ll
index 16523886a068fb9031dd03233c5ed8bd311d4b03..c50b6fc61c8e9b38fea34e726e7ca861feac62ef 100644 (file)
@@ -10,7 +10,7 @@
 ; CHECK: @C = internal alias i32* @A
 
 define i32 @main() {
-       %tmp = load i32* @C
+       %tmp = load i32, i32* @C
        ret i32 %tmp
 }