]> gcc.gnu.org Git - gcc.git/commit
rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P or CALL_P instead of...
authorJakub Jelinek <jakub@redhat.com>
Thu, 28 Mar 2019 14:07:40 +0000 (15:07 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 28 Mar 2019 14:07:40 +0000 (15:07 +0100)
commitc84e2d3d18338e1644e34c01809833419c13dd3d
tree01f6443b0c91ace1c86f110208b465f4312e0304
parent92cf93d98f0e07294056a472852b3b965c42b72d
rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P or CALL_P instead of INSN_P && !DEBUG_INSN_P.

* rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P
or CALL_P instead of INSN_P && !DEBUG_INSN_P.
(INSN_P): Define using NONDEBUG_INSN_P or DEBUG_INSN_P.

From-SVN: r269991
gcc/ChangeLog
gcc/rtl.h
This page took 0.059062 seconds and 5 git commands to generate.