OSDN Git Service

patch to fix extraneous nop at function start, bug from David Mosberger
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Mar 2005 03:51:09 +0000 (03:51 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Mar 2005 03:51:09 +0000 (03:51 +0000)
commit5f121199c3c6c06ae12046dfe4919ba760ba9902
tree30446153ed8ba89767592731d666e875975bbbff
parent9aa15f53a368e6f4d3cf01d6d289d96c6de8ca22
patch to fix extraneous nop at function start, bug from David Mosberger
* config/ia64/ia64.c (issue_nops_and_insn): Check first_insn attribute,
and return without creating new state if before_nops_num is nonzero.
* config/ia64/ia64.md (first_insn): New attribute.
(alloc): Set it to yes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96597 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.md