genautomata.c (add_vect): Speedup by using integers as bit-vectors for walking throug...
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 16 Jul 2004 08:12:11 +0000 (10:12 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 16 Jul 2004 08:12:11 +0000 (10:12 +0200)
commit00ca8311cfa7841f9d492b84a995dbc2b06cc368
tree443187ef43b89db15e6b0005bea5184eefc5f505
parentbd7eccc44ea8e4e2947f629654c474d399bcca30
genautomata.c (add_vect): Speedup by using integers as bit-vectors for walking through the comb_vect and...

        * genautomata.c (add_vect): Speedup by using integers as
        bit-vectors for walking through the comb_vect and finding
        a match.

From-SVN: r84811
gcc/ChangeLog
gcc/genautomata.c