Commit 4b97b9f7 by Andreas Schwab Committed by Andreas Schwab

* combine.c (is_parallel_of_n_reg_sets)

(can_split_parallel_of_n_reg_sets): Only define if !HAVE_cc0.

From-SVN: r218436
parent 7eb2bd57
2014-12-05 Andreas Schwab <schwab@linux-m68k.org>
* combine.c (is_parallel_of_n_reg_sets)
(can_split_parallel_of_n_reg_sets): Only define if !HAVE_cc0.
2014-12-05 Andrew Pinski <apinski@cavium.com> 2014-12-05 Andrew Pinski <apinski@cavium.com>
* config/aarch64/aarch64-simd-builtins.def (bswap): Use CF2 rather * config/aarch64/aarch64-simd-builtins.def (bswap): Use CF2 rather
...@@ -2461,6 +2461,7 @@ update_cfg_for_uncondjump (rtx_insn *insn) ...@@ -2461,6 +2461,7 @@ update_cfg_for_uncondjump (rtx_insn *insn)
} }
} }
#ifndef HAVE_cc0
/* Return whether INSN is a PARALLEL of exactly N register SETs followed /* Return whether INSN 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
...@@ -2513,6 +2514,7 @@ can_split_parallel_of_n_reg_sets (rtx_insn *insn, int n) ...@@ -2513,6 +2514,7 @@ can_split_parallel_of_n_reg_sets (rtx_insn *insn, int n)
return true; return true;
} }
#endif
/* Try to combine the insns I0, I1 and I2 into I3. /* Try to combine the insns I0, I1 and I2 into I3.
Here I0, I1 and I2 appear earlier than I3. Here I0, I1 and I2 appear earlier than I3.
......
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