PR rtl-optimization/65693
* combine.c (is_parallel_of_n_reg_sets): Move outside of
#ifndef HAVE_cc0.
From-SVN: r221951
+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>
PR target/65296
}
}
-#ifndef HAVE_cc0
/* Return whether PAT is a PARALLEL of exactly N register SETs followed
by an arbitrary number of CLOBBERs. */
static bool
return true;
}
+#ifndef HAVE_cc0
/* Return whether INSN, a PARALLEL of N register SETs (and maybe some
CLOBBERs), can be split into individual SETs in that order, without
changing semantics. */