diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/darwin-quote.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/darwin-quote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/darwin-quote.ll b/llvm/test/CodeGen/X86/darwin-quote.ll index 8fddc118f61..c912c92e1e8 100644 --- a/llvm/test/CodeGen/X86/darwin-quote.ll +++ b/llvm/test/CodeGen/X86/darwin-quote.ll @@ -2,7 +2,7 @@ define internal i64 @baz() nounwind { - %tmp = load i64* @"+x" + %tmp = load i64, i64* @"+x" ret i64 %tmp ; CHECK: _baz: ; CHECK: movl "L_+x$non_lazy_ptr", %ecx |