pa.c (pa_option_override): Remove auto increment FIXME.

* config/pa/pa.c (pa_option_override): Remove auto increment FIXME.

From-SVN: r207743
This commit is contained in:
John David Anglin 2014-02-12 23:28:24 +00:00
parent 9acf28f153
commit 0fdd1196f7
2 changed files with 4 additions and 6 deletions

View 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>

View 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)