diff options
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 88177d5..d843228 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -5185,22 +5185,6 @@ print_subroutine_group (output_state *os, routine_type type, state *root) print_subroutine (os, root, 0); } -/* Return the rtx pattern specified by the list of rtxes in a - define_insn or define_split. */ - -static rtx -add_implicit_parallel (rtvec vec) -{ - if (GET_NUM_ELEM (vec) == 1) - return RTVEC_ELT (vec, 0); - else - { - rtx pattern = rtx_alloc (PARALLEL); - XVEC (pattern, 0) = vec; - return pattern; - } -} - /* Return the rtx pattern for the list of rtxes in a define_peephole2. */ static rtx |