aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ipra-local-linkage.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/ipra-local-linkage.ll')
-rw-r--r--test/CodeGen/X86/ipra-local-linkage.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ipra-local-linkage.ll b/test/CodeGen/X86/ipra-local-linkage.ll
index a394ed3e3858..787b16f0d5b3 100644
--- a/test/CodeGen/X86/ipra-local-linkage.ll
+++ b/test/CodeGen/X86/ipra-local-linkage.ll
@@ -24,7 +24,7 @@ define void @bar(i32 %X) {
call void @foo()
; CHECK-LABEL: bar:
; CHECK: callq foo
- ; CHECK-NEXT: movl %eax, %r15d
+ ; CHECK-NEXT: movl %edi, %r15d
call void asm sideeffect "movl $0, %r12d", "{r15}~{r12}"(i32 %X)
ret void
}