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

Unified Diff: test/CodeGen/X86/fast-isel-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/CodeGen/X86/fast-isel-x86-64.ll
diff --git a/test/CodeGen/X86/fast-isel-x86-64.ll b/test/CodeGen/X86/fast-isel-x86-64.ll
index 0512e709fe983201819bdec90a222acc435a9612..a0aa3020506c95f920513fcb3a09b11114aee084 100644
--- a/test/CodeGen/X86/fast-isel-x86-64.ll
+++ b/test/CodeGen/X86/fast-isel-x86-64.ll
@@ -56,7 +56,7 @@ define i32 @test3_nacl64() nounwind {
; NACL64_PIC: test3_nacl64:
; NACL64_PIC: movl G@GOTPCREL(%rip), %eax
; NACL64_PIC-NEXT: popq %r11
-; NACL64_PIC-NEXT: nacljmp %r11, %r15
+; NACL64_PIC-NEXT: nacljmp %r11d, %r15
}
@@ -317,7 +317,7 @@ define void @test23(i8* noalias sret %result) {
; NACL64: call
; NACL64: movl %edi, %eax
; NACL64: popq %r11
-; NACL64: nacljmp %r11, %r15
+; NACL64: nacljmp %r11d, %r15
}
declare i8* @foo23()

Powered by Google App Engine
This is Rietveld 408576698