diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index f1d5dee..248f8d8 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -112,7 +112,7 @@ init_recog () through this one. (The only exception is in combine.c.) */ int -recog_memoized (insn) +recog_memoized_1 (insn) rtx insn; { if (INSN_CODE (insn) < 0) |