Commit 9099f8e1 by Ben Elliston Committed by Ben Elliston

* recog.c: Separate some functions with whitespace.

From-SVN: r109799
parent 1b369fae
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:
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment