arm.md (prologue_use): Set length of fake insn to 0.

* config/arm/arm.md (prologue_use): Set length of fake insn to 0.

From-SVN: r148813
This commit is contained in:
Steven Bosscher 2009-06-22 20:07:38 +00:00
parent 5c6927bd74
commit c986683bb0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
* config/arm/arm.md (prologue_use): Set length of fake insn to 0.
2009-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/invoke.texi (Link Options): -nodefaultlibs and -nostdlib

View File

@ -11023,6 +11023,7 @@
[(unspec:SI [(match_operand:SI 0 "register_operand" "")] UNSPEC_PROLOGUE_USE)]
""
"%@ %0 needed for prologue"
[(set_attr "length" "0")]
)