Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: test/NaCl/X86/pnacl-avoids-r11-x86-64.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/NaCl/X86/pnacl-avoids-r11-x86-64.ll
diff --git a/test/NaCl/X86/pnacl-avoids-r11-x86-64.ll b/test/NaCl/X86/pnacl-avoids-r11-x86-64.ll
index 04cb4bfd3cc03fe7233b748b6cce7cb73f394757..72ecdb35fb68c244a4aaf9eaf0bebafba32b3222 100644
--- a/test/NaCl/X86/pnacl-avoids-r11-x86-64.ll
+++ b/test/NaCl/X86/pnacl-avoids-r11-x86-64.ll
@@ -14,7 +14,7 @@
; NACLON: RegisterPressure:
; NACLON-NOT: %r11
; NACLON: popq %r11
-; NACLON: nacljmp %r11, %r15
+; NACLON: nacljmp %r11d, %r15
;
; NACLOFF: RegisterPressure:
; NACLOFF: %r11
« lib/Target/X86/X86NaClRewritePass.cpp ('K') | « test/NaCl/X86/nacl-setlongjmp-intrinsics.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698