aboutsummaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2015-07-20 15:57:19 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2015-07-20 15:57:19 +0000
commitdd5bc4becd7763fe34c80c944dd1597f02bbcd62 (patch)
treec8556011a2c3440fc9ddcbf7e2c9bbc5a866e69c /gcc/genemit.c
parent4d05408430cf00874e45e1fd7b305a55eb943627 (diff)
downloadgcc-dd5bc4becd7763fe34c80c944dd1597f02bbcd62.zip
gcc-dd5bc4becd7763fe34c80c944dd1597f02bbcd62.tar.gz
gcc-dd5bc4becd7763fe34c80c944dd1597f02bbcd62.tar.bz2
genemit.c (print_code, [...]): Remove declarations.
* genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split, output_add_clobbers, output_added_clobbers_hard_reg_p, gen_rtx_scratch): Remove declarations. From-SVN: r226003
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r--gcc/genemit.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 2d2fb62..a2c474d 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -49,14 +49,6 @@ struct clobber_ent
struct clobber_ent *next;
};
-static void print_code (RTX_CODE);
-static void gen_exp (rtx, enum rtx_code, char *);
-static void gen_insn (rtx, int);
-static void gen_expand (rtx);
-static void gen_split (rtx);
-static void output_add_clobbers (void);
-static void output_added_clobbers_hard_reg_p (void);
-static void gen_rtx_scratch (rtx, enum rtx_code);
static void output_peephole2_scratches (rtx);