diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/tailcallstack64.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tailcallstack64.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/tailcallstack64.ll b/llvm/test/CodeGen/X86/tailcallstack64.ll index bff5f9924f6..158b777fe1f 100644 --- a/llvm/test/CodeGen/X86/tailcallstack64.ll +++ b/llvm/test/CodeGen/X86/tailcallstack64.ll @@ -12,9 +12,9 @@ ; Add %in1 %p1 to a different temporary register (%eax). ; CHECK: addl {{%edi|%ecx}}, [[R1]] ; Move param %in2 to stack. -; CHECK: movl [[R2]], [[A1]](%rsp) +; CHECK-DAG: movl [[R2]], [[A1]](%rsp) ; Move result of addition to stack. -; CHECK: movl [[R1]], [[A2]](%rsp) +; CHECK-DAG: movl [[R1]], [[A2]](%rsp) ; Eventually, do a TAILCALL ; CHECK: TAILCALL |