]> git.ipfire.org Git - thirdparty/gcc.git/commit
sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.
authorRichard Henderson <rth@redhat.com>
Tue, 9 Apr 2002 21:15:38 +0000 (14:15 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 9 Apr 2002 21:15:38 +0000 (14:15 -0700)
commitb47374fa9bcf1d1349d9292610b8878692dd0ee0
tree8754b8c85cc9b9c8aec4625d23bc14b3772ad4ff
parent1951818c2f0d1786ee339c5875578f864a5d2ae9
sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.

        * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
        sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
        Do not return changed status.
        (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
        sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
        New functions that do return changed status.
        * sbitmap.h: Update decls.
        * gcse.c, lcm.c: Use _cg functions as needed.

From-SVN: r52094
gcc/ChangeLog
gcc/gcse.c
gcc/lcm.c
gcc/sbitmap.c
gcc/sbitmap.h