From: Stan Cox Date: Fri, 19 Jul 1996 21:48:59 +0000 (+0000) Subject: (leave): clobbers esp and ebp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60665aab93fac0d6e0f147f7e9027e4cd08b0b21;p=gcc.git (leave): clobbers esp and ebp. From-SVN: r12537 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index adc4ff6c002..a11ebdb3d5a 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -6081,7 +6081,9 @@ }") (define_insn "leave" - [(const_int 2)] + [(const_int 2) + (clobber (reg:SI 6)) + (clobber (reg:SI 7))] "" "leave")