]> git.ipfire.org Git - thirdparty/gcc.git/commit
reginfo.c: Use rtx_insn (also touches rtl.h)
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 22 Aug 2014 20:19:07 +0000 (20:19 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 22 Aug 2014 20:19:07 +0000 (20:19 +0000)
commitf695656902c24ec3c56c00020d49097e4d73a761
tree0679cb56fef1bd6c190c3c0d8e4e2fc983195a2b
parentea8175a4da682ef30d30ae922c0d21a6e7e318cf
reginfo.c: Use rtx_insn (also touches rtl.h)

gcc/
* rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
* reginfo.c (reg_scan): Likewise, also for local "insn".
(reg_scan_mark_refs): Likewise for param "insn".
(init_subregs_of_mode): Likewise for local "insn".

From-SVN: r214367
gcc/ChangeLog
gcc/reginfo.c
gcc/rtl.h