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:
parent
9acf28f153
commit
0fdd1196f7
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user