[X86][SSE] Added tests for i8/i16 vector shifts
[oota-llvm.git] / test / CodeGen / ARM / globals.ll
index 2c599bf011a7c15c1279a04968cd11d095f221ce..bab96dadce55ee00ea47713c6cef137f406ea4e3 100644 (file)
@@ -6,7 +6,7 @@
 @G = external global i32
 
 define i32 @test1() {
-       %tmp = load i32* @G
+       %tmp = load i32, i32* @G
        ret i32 %tmp
 }