diff options
Diffstat (limited to 'test/CodeGen/X86/darwin-quote.ll')
-rw-r--r-- | test/CodeGen/X86/darwin-quote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/darwin-quote.ll b/test/CodeGen/X86/darwin-quote.ll index 8fddc11..c912c92 100644 --- a/test/CodeGen/X86/darwin-quote.ll +++ b/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 |