Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / hidden-vis-4.ll
index 25a87b905bc14320b94f4bee6dc968520e9f2a67..17d44d0e42f1c86346bf5272d90684e780ca880f 100644 (file)
@@ -7,6 +7,6 @@ entry:
 ; CHECK-LABEL: t:
 ; CHECK: movl _x, %eax
 ; CHECK: .comm _x,4
-       %0 = load i32* @x, align 4              ; <i32> [#uses=1]
+       %0 = load i32, i32* @x, align 4         ; <i32> [#uses=1]
        ret i32 %0
 }