pa.c (pa_option_override): Remove auto increment FIXME.
authorJohn David Anglin <danglin@gcc.gnu.org>
Wed, 12 Feb 2014 23:28:24 +0000 (23:28 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 12 Feb 2014 23:28:24 +0000 (23:28 +0000)
* config/pa/pa.c (pa_option_override): Remove auto increment FIXME.

From-SVN: r207743

gcc/ChangeLog
gcc/config/pa/pa.c

index 7ad4d3b..0b90f0e 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
+
 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
            Uros Bizjak  <ubizjak@gmail.com>
 
index f9d4da0..1907401 100644 (file)
@@ -517,12 +517,6 @@ pa_option_override (void)
       write_symbols = NO_DEBUG;
     }
 
-#ifdef AUTO_INC_DEC
-  /* FIXME: Disable auto increment and decrement processing until reload
-     is completed.  See PR middle-end 56791.  */
-  flag_auto_inc_dec = reload_completed;
-#endif
-
   /* We only support the "big PIC" model now.  And we always generate PIC
      code when in 64bit mode.  */
   if (flag_pic == 1 || TARGET_64BIT)