Chromium Code Reviews

Unified Diff: test/NaCl/X86/nacl-read-tp-intrinsic.ll

Issue 647443005: Change usage of naclcall and nacljmp pseudo-instructions to match x86 gas (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: remove NACL_call32d and auto-align bare call Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/NaCl/X86/nacl-read-tp-intrinsic.ll
diff --git a/test/NaCl/X86/nacl-read-tp-intrinsic.ll b/test/NaCl/X86/nacl-read-tp-intrinsic.ll
index 91a957b4c446bc7ee4b5310ddeecb8495effe8fa..3c3ae11dbcd99b38d7d53c7f4e718dbc1d76fcbf 100644
--- a/test/NaCl/X86/nacl-read-tp-intrinsic.ll
+++ b/test/NaCl/X86/nacl-read-tp-intrinsic.ll
@@ -23,7 +23,7 @@ define i8* @get_thread_pointer() {
; X32: movl %gs:0, %eax
; USE_CALL: get_thread_pointer:
-; USE_CALL: naclcall __nacl_read_tp
+; USE_CALL: call{{l?}} __nacl_read_tp
; Make sure that we do not generate:

Powered by Google App Engine