gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jun 2015 10:06:56 +0000 (10:06 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jun 2015 10:06:56 +0000 (10:06 +0000)
commit16d83c02b51c0e5f9f43d28477013f44afda81d0
tree8a2e3d3e02ca429c89dc152311efede46fcf29ac
parentfaf67f0c4508f805dbda667f2f984485d1625702
gcc/
* rtl.h (emit): Add an optional boolean parameter to control
whether barriers are emitted.
* emit-rtl.c (emit): Likewise.
* gensupport.c (get_emit_function): Return null rather than "emit".
* genemit.c (gen_emit_seq): Handle the null return value.
Don't emit barriers after the final instruction in the sequence.
* gentarget-def.c (main): Don't emit barriers after the instruction.

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