rtl.h (emit): Add an optional boolean parameter to control whether barriers are emitted.
authorRichard Sandiford <richard.sandiford@arm.com>
Fri, 26 Jun 2015 10:06:56 +0000 (10:06 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 26 Jun 2015 10:06:56 +0000 (10:06 +0000)
commit9d8895c9342d2c46d7d7e9b0437879db9d60cf7c
tree8a2e3d3e02ca429c89dc152311efede46fcf29ac
parent311bd4d8973d4ad8727e3dcf842fbc4bcfd12d7b
rtl.h (emit): Add an optional boolean parameter to control whether barriers are emitted.

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.

From-SVN: r225000
gcc/ChangeLog
gcc/emit-rtl.c
gcc/genemit.c
gcc/gensupport.c
gcc/gentarget-def.c
gcc/rtl.h