From: Ben Elliston Date: Tue, 17 Jan 2006 02:25:27 +0000 (+0000) Subject: * recog.c: Separate some functions with whitespace. X-Git-Tag: releases/gcc-4.2.0~4825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9099f8e1f3aaab6c8cb09fae8a96b9faff9e2d0a;p=thirdparty%2Fgcc.git * recog.c: Separate some functions with whitespace. From-SVN: r109799 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0925a5c0ab2f..60a8d43a8c06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-17 Ben Elliston + + * recog.c: Separate some functions with whitespace. + 2006-01-16 Richard Henderson Merge from gomp branch: diff --git a/gcc/recog.c b/gcc/recog.c index 8a3fe3506d2e..50f8de6b0f78 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)