OSDN Git Service

* recog.c: Separate some functions with whitespace.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2006 02:25:27 +0000 (02:25 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jan 2006 02:25:27 +0000 (02:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109799 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/recog.c

index 0925a5c..60a8d43 100644 (file)
@@ -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:
index 8a3fe35..50f8de6 100644 (file)
@@ -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)