(leave): clobbers esp and ebp.
authorStan Cox <coxs@gnu.org>
Fri, 19 Jul 1996 21:48:59 +0000 (21:48 +0000)
committerStan Cox <coxs@gnu.org>
Fri, 19 Jul 1996 21:48:59 +0000 (21:48 +0000)
From-SVN: r12537

gcc/config/i386/i386.md

index adc4ff6c00235f3a4414d52c12b47fc89feef971..a11ebdb3d5a77191f54a0896ab28746a9d809572 100644 (file)
 }")
 
 (define_insn "leave"
-  [(const_int 2)]
+  [(const_int 2)
+      (clobber (reg:SI 6))
+      (clobber (reg:SI 7))]
   ""
   "leave")