Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/reload...
[oota-llvm.git] / test / CodeGen / X86 / tailcallstack64.ll
index 0c732d56b6ca4acb4dedf02df060e5913d154c03..09277794315bf981994260f93e0b0c6587e48c93 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN: llc < %s -tailcallopt -mtriple=x86_64-win32 -post-RA-scheduler=true | FileCheck %s
 
 ; FIXME: Redundant unused stack allocation could be eliminated.
-; CHECK: subq  ${{24|88}}, %rsp
+; CHECK: subq  ${{24|72}}, %rsp
 
 ; Check that lowered arguments on the stack do not overwrite each other.
 ; Add %in1 %p1 to a different temporary register (%eax).