(leave): clobbers esp and ebp.

From-SVN: r12537
This commit is contained in:
Stan Cox 1996-07-19 21:48:59 +00:00
parent 3c67a76b85
commit 60665aab93
1 changed files with 3 additions and 1 deletions

View File

@ -6081,7 +6081,9 @@
}")
(define_insn "leave"
[(const_int 2)]
[(const_int 2)
(clobber (reg:SI 6))
(clobber (reg:SI 7))]
""
"leave")