patch to fix extraneous nop at function start, bug from David Mosberger
authorJames E Wilson <wilson@specifixinc.com>
Thu, 17 Mar 2005 03:51:09 +0000 (19:51 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 17 Mar 2005 03:51:09 +0000 (19:51 -0800)
commit68e11b42afd5319521eaddf015c2d35aeb1d8c8d
tree30446153ed8ba89767592731d666e875975bbbff
parentfa41042fffc4553e12fcbaf3fa21b50736274e56
patch to fix extraneous nop at function start, bug from David Mosberger

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.

From-SVN: r96597
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.md