summaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 02:25:27 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-17 02:25:27 +0000
commit374e3eb339fb2d83aba18a572e142c4548489aab (patch)
tree39b75d3f7a65c755d19920df9cf78b7e361f8422 /gcc/recog.c
parent51a48c272503ca12b73fa425852af14c6d9b52a2 (diff)
downloadgcc-374e3eb339fb2d83aba18a572e142c4548489aab.tar.gz
* recog.c: Separate some functions with whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 8a3fe3506d2..50f8de6b0f7 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)