* arm.md (push_multi): Revert unintended change.

From-SVN: r36813
This commit is contained in:
Richard Earnshaw 2000-10-09 20:04:18 +00:00 committed by Richard Earnshaw
parent 5895f79384
commit 880c4dcbb8
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2000-10-09 Richard Earnshaw <rearnsha@arm.com>
* arm.md (push_multi): Revert unintended change.
2000-10-09 Richard Earnshaw <rearnsha@arm.com>
* arm.c: Miscellaneous white space and comment clean-ups. No

View File

@ -8783,7 +8783,7 @@
/* For the StrongARM at least it is faster to
use STR to store only a single register. */
if (num_saves == 2)
if (num_saves == 1)
output_asm_insn (\"str\\t%1, [%m0, #-4]!\", operands);
else
{
@ -8792,9 +8792,7 @@
strcpy (pattern, \"stmfd\\t%m0!, {%1\");
/* We skip the first register, since we can extract that directly from
the pattern. */
for (i = 2; i < num_saves; i++)
for (i = 1; i < num_saves; i++)
{
strcat (pattern, \", %|\");
strcat (pattern,