- remove some now unnecessary firm_config.h
authorMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 18:52:18 +0000 (18:52 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 18:52:18 +0000 (18:52 +0000)
commit972eca70744a2c9a0e0d472db4f62250cdeee01c
treee1cc7f8fb7fd21a2f5f3bc6d57edaf14691ed559
parentfcb579b8959da1d7563b1a7b9f008a423ffdf75a
- remove some now unnecessary firm_config.h
- move some nonportable bitfiddle stuff to sources

[r22707]
20 files changed:
include/libfirm/adt/array.h
include/libfirm/adt/bitfiddle.h [deleted file]
include/libfirm/adt/bitset.h [deleted file]
include/libfirm/adt/bitset_ia32.h [deleted file]
include/libfirm/adt/bitset_std.h [deleted file]
include/libfirm/adt/compiler.h [deleted file]
include/libfirm/adt/hashptr.h
include/libfirm/adt/list.h
include/libfirm/adt/raw_bitset.h
include/libfirm/adt/unionfind.h
include/libfirm/adt/util.h
include/libfirm/ircgcons.h
include/libfirm/irgraph.h
include/libfirm/irhooks.h
include/libfirm/irprintf.h
ir/adt/bitfiddle.h [new file with mode: 0644]
ir/adt/bitset.h [new file with mode: 0644]
ir/adt/bitset_ia32.h [new file with mode: 0644]
ir/adt/bitset_std.h [new file with mode: 0644]
ir/adt/compiler.h [new file with mode: 0644]