OSDN Git Service

2002-05-06 Vladimir Makarov <vmakarov@redhat.com>
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 May 2002 20:14:32 +0000 (20:14 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 May 2002 20:14:32 +0000 (20:14 +0000)
* genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
Fix typo in usage of allof instead of unit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53235 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/genautomata.c

index f181753..00084d7 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-06  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
+       Fix typo in usage of allof instead of unit.
+
 2002-05-06  Richard Henderson  <rth@redhat.com>
 
        * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
index 486ed63..7b4dc16 100644 (file)
@@ -4924,7 +4924,7 @@ form_the_same_automaton_unit_lists_from_regexp (regexp)
                  if (unit->mode == rm_unit)
                    process_unit_to_form_the_same_automaton_unit_lists
                      (unit, regexp, j);
-                 else if (allof->mode != rm_nothing)
+                 else if (unit->mode != rm_nothing)
                    abort ();
                }
            else if (allof->mode == rm_unit)