]> gcc.gnu.org Git - gcc.git/commit
mips.c (USEFUL_INSN_P): Use NONDEBUG_INSN_P instead of INSN_P.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 3 Sep 2009 19:50:30 +0000 (19:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 3 Sep 2009 19:50:30 +0000 (19:50 +0000)
commit006b29ab176c86510f4a5c7d09a90ff657afa7bd
treea38637fce54717a7673e6da0e36cabbe01732974
parent3734d8fdca0932fa923328b48ce846f800a44bab
mips.c (USEFUL_INSN_P): Use NONDEBUG_INSN_P instead of INSN_P.

gcc/
* config/mips/mips.c (USEFUL_INSN_P): Use NONDEBUG_INSN_P instead
of INSN_P.
(mips16e_collect_argument_saves): Skip debug instructions.
(mips_74k_agen_init): Use CALL_P || JUMP_P instead of !NONJUMP_INSN_P.
(mips16_lay_out_constants): Use USEFUL_INSN_P instead of INSN_P.
(r10k_insert_cache_barriers): Likewise.
(mips_reorg_process_insns): Likewise.

From-SVN: r151391
gcc/ChangeLog
gcc/config/mips/mips.c
This page took 0.056946 seconds and 5 git commands to generate.