aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-06-14 20:25:40 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-06-14 20:25:40 +0000
commit3beaff21f346c7f34bf45f7b56f2c1c880a91e31 (patch)
tree5c9473ab1cc9660cc825b2a8b95569ab4d1e7cc6 /gcc/rtl.h
parentb25b4ed2b7010c0d36474b4caf3f7fe1a094095c (diff)
downloadgcc-3beaff21f346c7f34bf45f7b56f2c1c880a91e31.zip
gcc-3beaff21f346c7f34bf45f7b56f2c1c880a91e31.tar.gz
gcc-3beaff21f346c7f34bf45f7b56f2c1c880a91e31.tar.bz2
rtl.h (classify_insn): Declare.
gcc/ * rtl.h (classify_insn): Declare. * emit-rtl.c (classify_insn): Move to... * rtl.c: ...here and add generator support. * gensupport.h (get_emit_function, needs_barrier_p): Declare. * gensupport.c (get_emit_function, needs_barrier_p): New functions. * genemit.c (gen_emit_seq): New function. (gen_expand, gen_split): Use it. From-SVN: r224470
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 394513e..967175c 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2666,6 +2666,7 @@ extern rtvec rtvec_alloc (int);
extern rtvec shallow_copy_rtvec (rtvec);
extern bool shared_const_p (const_rtx);
extern rtx copy_rtx (rtx);
+extern enum rtx_code classify_insn (rtx);
extern void dump_rtx_statistics (void);
/* In emit-rtl.c */