X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fhidden-vis-3.ll;h=5d9ef44a4d49f0c3a58d7a60af297ff1603e5b17;hb=17ae2138b08c06a23398cbc58dda59dd2cc93acc;hp=4be881e84d6822023eca15c011c975260636bf9e;hpb=36a0947820fd4aa4b8a5fa26e3f079bdf572bc81;p=oota-llvm.git diff --git a/test/CodeGen/X86/hidden-vis-3.ll b/test/CodeGen/X86/hidden-vis-3.ll index 4be881e84d6..5d9ef44a4d4 100644 --- a/test/CodeGen/X86/hidden-vis-3.ll +++ b/test/CodeGen/X86/hidden-vis-3.ll @@ -12,8 +12,8 @@ entry: ; X64: _t: ; X64: movl _y(%rip), %eax - %0 = load i32* @x, align 4 ; [#uses=1] - %1 = load i32* @y, align 4 ; [#uses=1] + %0 = load i32, i32* @x, align 4 ; [#uses=1] + %1 = load i32, i32* @y, align 4 ; [#uses=1] %2 = add i32 %1, %0 ; [#uses=1] ret i32 %2 }