- Added raw_bitset.h it contains routines for handling "raw" bitsets, which are
authorMatthias Braun <matze@braunis.de>
Mon, 19 Mar 2007 16:31:00 +0000 (16:31 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 19 Mar 2007 16:31:00 +0000 (16:31 +0000)
commitd5345cf5d4a4886677d36e4501708a1c5126e5c2
tree0524e52662072a8e7bf6a4cd4a94436c72c52323
parent7115bc91754670de6d9ce740cfa0d95ecbe9a938
- Added raw_bitset.h it contains routines for handling "raw" bitsets, which are
  plain unsigned arrays, the length of the bitset must be known from elsewhere.
  "Raw" bitsets can easily be constructed as const data and waste less space
  because no length information is explicitely saved.

[r8715]
ir/adt/bitset_std.h
ir/adt/raw_bitset.h [new file with mode: 0644]