| 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()
|
|
|