diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/recog.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0925a5c..60a8d43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-17 Ben Elliston <bje@au.ibm.com> + + * recog.c: Separate some functions with whitespace. + 2006-01-16 Richard Henderson <rth@redhat.com> Merge from gomp branch: diff --git a/gcc/recog.c b/gcc/recog.c index 8a3fe35..50f8de6 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1991,6 +1991,7 @@ extract_insn_cached (rtx insn) extract_insn (insn); recog_data.insn = insn; } + /* Do cached extract_insn, constrain_operands and complain about failures. Used by insn_attrtab. */ void @@ -2001,6 +2002,7 @@ extract_constrain_insn_cached (rtx insn) && !constrain_operands (reload_completed)) fatal_insn_not_found (insn); } + /* Do cached constrain_operands and complain about failures. */ int constrain_operands_cached (int strict) |