gcc/
commit03acb8618fa6dd16a19776a6758f22e861a6987e
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jun 2015 20:25:40 +0000 (14 20:25 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jun 2015 20:25:40 +0000 (14 20:25 +0000)
tree5c9473ab1cc9660cc825b2a8b95569ab4d1e7cc6
parent3896580a552e4d1531193a987446598d47938c4a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224470 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/genemit.c
gcc/gensupport.c
gcc/gensupport.h
gcc/rtl.c
gcc/rtl.h