Fix bad constraints in prologue_allocate_stack in i386.md

From-SVN: r29868
This commit is contained in:
Bernd Schmidt 1999-10-08 17:03:57 +00:00 committed by Bernd Schmidt
parent 851a35a35b
commit 9d17a893d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* i386.md (prologue_allocate_stack): Add '=' constraint letter on
output operand.
Thu Oct 7 23:06:50 1999 Richard Henderson <rth@cygnus.com>
* rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber

View File

@ -7740,7 +7740,7 @@
;; in proper program order.
(define_insn "prologue_allocate_stack"
[(set (match_operand:SI 0 "register_operand" "r")
[(set (match_operand:SI 0 "register_operand" "=r")
(plus:SI (match_operand:SI 1 "register_operand" "0")
(match_operand:SI 2 "nonmemory_operand" "ri")))
(set (match_operand:SI 3 "register_operand" "r")