]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (OBJECTS): Add sbitmap.o.
authorRichard Henderson <rth@cygnus.com>
Tue, 12 Jan 1999 00:07:36 +0000 (16:07 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 12 Jan 1999 00:07:36 +0000 (16:07 -0800)
commit5f6c11d6e5d0ad0306c806e61d17e4b92f681c05
treea670b120baed589656a2a75147186bd9959e5141
parentca7cdae3ed47b4f7a1e97ec2c936d17bc97d9abe
Makefile.in (OBJECTS): Add sbitmap.o.

        * Makefile.in (OBJECTS): Add sbitmap.o.
        (BASIC_BLOCK_H): Add sbitmap.h.
        * basic-block.h: Move simple bitmap code to sbitmap.h.
        * flow.c: Move simple bitmap code to sbitmap.c
        * sbitmap.h, sbitmap.c: New files.

From-SVN: r24628
gcc/ChangeLog
gcc/Makefile.in
gcc/basic-block.h
gcc/flow.c
gcc/sbitmap.c [new file with mode: 0644]
gcc/sbitmap.h [new file with mode: 0644]