Commit 7d18b0ad by Steve Ellcey Committed by Steve Ellcey

re PR target/56942 (MIPS GCC will not build with -mips16 mode because libgcc fails to build)

2013-06-19  Steve Ellcey  <sellcey@mips.com>

	PR target/56942
	* config/mips/mips.md (casesi_internal_mips16_<mode>):
	Use NEXT_INSN instead of next_real_insn.

From-SVN: r200216
parent 0ecdbac6
2013-06-19 Steve Ellcey <sellcey@mips.com>
PR target/56942
* config/mips/mips.md (casesi_internal_mips16_<mode>):
Use NEXT_INSN instead of next_real_insn.
2013-06-19 Jan Hubicka <jh@suse.cz> 2013-06-19 Jan Hubicka <jh@suse.cz>
* cgraph.h (const_value_known_p): Replace by ... * cgraph.h (const_value_known_p): Replace by ...
......
...@@ -5948,7 +5948,7 @@ ...@@ -5948,7 +5948,7 @@
(clobber (reg:SI MIPS16_T_REGNUM))] (clobber (reg:SI MIPS16_T_REGNUM))]
"TARGET_MIPS16_SHORT_JUMP_TABLES" "TARGET_MIPS16_SHORT_JUMP_TABLES"
{ {
rtx diff_vec = PATTERN (next_real_insn (operands[2])); rtx diff_vec = PATTERN (NEXT_INSN (operands[2]));
gcc_assert (GET_CODE (diff_vec) == ADDR_DIFF_VEC); gcc_assert (GET_CODE (diff_vec) == ADDR_DIFF_VEC);
......
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