[X86] Convert esp-relative movs of function arguments to pushes, step 2
[oota-llvm.git] / test / CodeGen / X86 / inalloca-invoke.ll
index b56f24d996286c66f8977f6e324278e3c1b3120c..cc11ab31c5d5b1b361cabfb8e72584ea95bab0c0 100644 (file)
@@ -31,7 +31,7 @@ blah:
           to label %invoke.cont unwind label %lpad
 
 ;  Uses end as sret param.
-; CHECK:  movl %[[end]], (%esp)
+; CHECK:  pushl %[[end]]
 ; CHECK:  calll _plus
 
 invoke.cont: