diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/hidden-vis-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/hidden-vis-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hidden-vis-3.ll b/llvm/test/CodeGen/X86/hidden-vis-3.ll index 5d9ef44a4d4..3137b936f5b 100644 --- a/llvm/test/CodeGen/X86/hidden-vis-3.ll +++ b/llvm/test/CodeGen/X86/hidden-vis-3.ll @@ -10,7 +10,7 @@ entry: ; X32: movl _y, %eax ; X64: _t: -; X64: movl _y(%rip), %eax +; X64: movq _y@GOTPCREL(%rip), %rax %0 = load i32, i32* @x, align 4 ; <i32> [#uses=1] %1 = load i32, i32* @y, align 4 ; <i32> [#uses=1] |