Commit fb728653 by Segher Boessenkool Committed by Segher Boessenkool

re PR rtl-optimization/65693 (ICE in assign_by_spills, at lra-assigns.c:1419)

	PR rtl-optimization/65693
	* combine.c (is_parallel_of_n_reg_sets): Move outside of
	#ifndef HAVE_cc0.

From-SVN: r221951
parent ca708025
2015-04-09 Segher Boessenkool <segher@kernel.crashing.org>
PR rtl-optimization/65693
* combine.c (is_parallel_of_n_reg_sets): Move outside of
#ifndef HAVE_cc0.
2015-04-09 Georg-Johann Lay <avr@gjlay.de> 2015-04-09 Georg-Johann Lay <avr@gjlay.de>
PR target/65296 PR target/65296
......
...@@ -2492,7 +2492,6 @@ update_cfg_for_uncondjump (rtx_insn *insn) ...@@ -2492,7 +2492,6 @@ update_cfg_for_uncondjump (rtx_insn *insn)
} }
} }
#ifndef HAVE_cc0
/* Return whether PAT is a PARALLEL of exactly N register SETs followed /* Return whether PAT is a PARALLEL of exactly N register SETs followed
by an arbitrary number of CLOBBERs. */ by an arbitrary number of CLOBBERs. */
static bool static bool
...@@ -2517,6 +2516,7 @@ is_parallel_of_n_reg_sets (rtx pat, int n) ...@@ -2517,6 +2516,7 @@ is_parallel_of_n_reg_sets (rtx pat, int n)
return true; return true;
} }
#ifndef HAVE_cc0
/* Return whether INSN, a PARALLEL of N register SETs (and maybe some /* Return whether INSN, a PARALLEL of N register SETs (and maybe some
CLOBBERs), can be split into individual SETs in that order, without CLOBBERs), can be split into individual SETs in that order, without
changing semantics. */ changing semantics. */
......
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