Commit 0fdd1196 by John David Anglin

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

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

From-SVN: r207743
parent 9acf28f1
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment