From 1ccbefcef21836d354e28c07e92fe9a5b5eaedcd Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 11 Sep 1999 18:51:28 -0700 Subject: Replace recog_foo with recog_data.foo. From-SVN: r29349 --- gcc/config/arc/arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/arc/arc.c') diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index c5638f1..372ba04 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -2152,7 +2152,7 @@ arc_final_prescan_insn (insn, opvec, noperands) arc_ccfsm_current_cc = ARC_INVERSE_CONDITION_CODE (arc_ccfsm_current_cc); } - /* Restore recog_operand. Getting the attributes of other insns can + /* Restore recog_data. Getting the attributes of other insns can destroy this array, but final.c assumes that it remains intact across this call; since the insn has been recognized already we call insn_extract direct. */ -- cgit v1.1