* config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
authorPaul Brook <paul@codesourcery.com>
Tue, 20 Jul 2004 23:21:15 +0000 (23:21 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 20 Jul 2004 23:21:15 +0000 (23:21 +0000)
From-SVN: r84979

gcc/ChangeLog
gcc/config/arm/arm.c

index 8d590738379daa27d6ac174b5ead8fb094a75a2b..babc4700a48c3f9f5cf622135a2329da6deed65c 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-21  Paul brook  <paul@codesourcery.com>
+
+       * config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
+
 2004-07-20  Zack Weinberg  <zack@codesourcery.com>
 
        * rtl.h (plus_constant): Delete.
index 460c3ef606235183293de5c582023cbebbf795a9..7209896555e01d593f707fba8f925975162badd8 100644 (file)
@@ -13264,7 +13264,7 @@ thumb_expand_prologue (void)
              RTX_FRAME_RELATED_P (insn) = 1;
              dwarf = gen_rtx_SET (SImode, stack_pointer_rtx,
                                   plus_constant (stack_pointer_rtx,
-                                                 GEN_INT (- amount)));
+                                                 -amount));
              RTX_FRAME_RELATED_P (dwarf) = 1;
              REG_NOTES (insn)
                = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,
@@ -13290,7 +13290,7 @@ thumb_expand_prologue (void)
              RTX_FRAME_RELATED_P (insn) = 1;
              dwarf = gen_rtx_SET (SImode, stack_pointer_rtx,
                                   plus_constant (stack_pointer_rtx,
-                                                 GEN_INT (- amount)));
+                                                 -amount));
              RTX_FRAME_RELATED_P (dwarf) = 1;
              REG_NOTES (insn)
                = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, dwarf,