aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tahoe/tahoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tahoe/tahoe.c')
-rw-r--r--gcc/config/tahoe/tahoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tahoe/tahoe.c b/gcc/config/tahoe/tahoe.c
index 8ad8bef..cbd6871 100644
--- a/gcc/config/tahoe/tahoe.c
+++ b/gcc/config/tahoe/tahoe.c
@@ -543,7 +543,7 @@ tahoe_cmp_check (insn, op, max)
&& (INTVAL (op) < 0 || INTVAL (op) > max))
return 0;
- if (GET_RTX_CLASS (GET_CODE (next)) == 'i')
+ if (INSN_P (next))
{
next = PATTERN (next);
if (GET_CODE (next) == SET