]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/pa/pa.c
use rtx_code_label more
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2014 00:52:11 +0000 (00:52 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2014 00:52:11 +0000 (00:52 +0000)
commit79f6a8ededa26fbb1d56afec44179fc57ae26072
treee28f89f967e112a1f7b08b7f9ca06abd3d852eef
parentb12d23303f6d3d6d295fd0e9c749ee82bd23fa3f
use rtx_code_label more

gcc/

* asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
of rtx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214841 138bc75d-0d04-0410-961f-82ee72b054a4
23 files changed:
gcc/ChangeLog
gcc/asan.c
gcc/cfgexpand.c
gcc/config/alpha/alpha.md
gcc/config/arm/arm.c
gcc/config/epiphany/epiphany.md
gcc/config/h8300/h8300.c
gcc/config/i386/i386.md
gcc/config/m32r/m32r.c
gcc/config/mcore/mcore.md
gcc/config/mips/mips.c
gcc/config/mips/mips.md
gcc/config/nios2/nios2.c
gcc/config/pa/pa.c
gcc/config/s390/s390.c
gcc/config/s390/s390.md
gcc/config/sh/sh-mem.cc
gcc/config/sh/sh.c
gcc/config/sparc/sparc.c
gcc/dojump.c
gcc/function.c
gcc/optabs.c
gcc/stmt.c