r214700 - in /trunk/gcc: ChangeLog print-rtl.c ...
dmalcolm@gcc.gnu.org
dmalcolm@gcc.gnu.org
Fri Aug 29 00:02:00 GMT 2014
Author: dmalcolm
Date: Fri Aug 29 00:02:25 2014
New Revision: 214700
URL: https://gcc.gnu.org/viewcvs?rev=214700&root=gcc&view=rev
Log:
Make INSN_HAS_LOCATION require an rtx_insn
gcc/
2014-08-28 David Malcolm <dmalcolm@redhat.com>
* rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
const rtx_insn *.
* print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
in invocation of INSN_HAS_LOCATION.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/print-rtl.c
trunk/gcc/rtl.h
More information about the Gcc-cvs
mailing list