r214586 - in /trunk/gcc: ChangeLog rtl.h
dmalcolm@gcc.gnu.org
dmalcolm@gcc.gnu.org
Wed Aug 27 19:40:00 GMT 2014
Author: dmalcolm
Date: Wed Aug 27 19:40:43 2014
New Revision: 214586
URL: https://gcc.gnu.org/viewcvs?rev=214586&root=gcc&view=rev
Log:
Convert various INSN accessors in rtl.h to inline functions
gcc/
2014-08-27 David Malcolm <dmalcolm@redhat.com>
* rtl.h (INSN_UID): Convert from a macro to a pair of inline
functions. Require merely an rtx for now, not an rtx_insn *.
(BLOCK_FOR_INSN): Likewise.
(INSN_LOCATION): Likewise.
(INSN_HAS_LOCATION): Convert from a macro to an inline function.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/rtl.h
More information about the Gcc-cvs
mailing list