ip2k.c (ip2k_reorg): Use INSN_P instead of its definition.

* config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
	definition.

From-SVN: r68658
This commit is contained in:
Kazu Hirata 2003-06-29 02:15:51 +00:00 committed by Kazu Hirata
parent d6553b54e8
commit b01258dd12
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
* config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
definition.
2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* opts.c: Include insn-attr.h.

View File

@ -5359,7 +5359,7 @@ ip2k_reorg ()
|| GET_CODE (insn) == BARRIER)
continue;
if (GET_RTX_CLASS (GET_CODE (insn)) != 'i')
if (!INSN_P (insn))
continue;
body = PATTERN (insn);