[X86][SSE] Added tests for i8/i16 vector shifts
[oota-llvm.git] / test / CodeGen / ARM / available_externally.ll
index d925b5c77706a39cbeb6a33c7e7dbe0ae404b726..055074738e5c255dd6e35c332fdcfbca1c83621c 100644 (file)
@@ -5,7 +5,7 @@
 @B = external hidden constant i32
 
 define i32 @t1() {
-  %tmp = load i32* @A
+  %tmp = load i32, i32* @A
   store i32 %tmp, i32* @B
   ret i32 %tmp
 }