rtl.h (classify_insn): Declare.
authorRichard Sandiford <richard.sandiford@arm.com>
Sun, 14 Jun 2015 20:25:40 +0000 (20:25 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 14 Jun 2015 20:25:40 +0000 (20:25 +0000)
commit3beaff21f346c7f34bf45f7b56f2c1c880a91e31
tree5c9473ab1cc9660cc825b2a8b95569ab4d1e7cc6
parentb25b4ed2b7010c0d36474b4caf3f7fe1a094095c
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
gcc/ChangeLog
gcc/emit-rtl.c
gcc/genemit.c
gcc/gensupport.c
gcc/gensupport.h
gcc/rtl.c
gcc/rtl.h