diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-10-20 19:46:57 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 19:46:57 +0000 |
| commit | dd04329da2b92b8f34176be0ecf404f3c28ff1f0 (patch) | |
| tree | 6eb990d96f99cf5508abe5a0b04057598625c954 /llvm/include/Support/BitSetVector.h | |
| parent | 098cafd62b495e44422dcedc358b1a3f165148cc (diff) | |
| download | bcm5719-llvm-dd04329da2b92b8f34176be0ecf404f3c28ff1f0.tar.gz bcm5719-llvm-dd04329da2b92b8f34176be0ecf404f3c28ff1f0.zip | |
Added LLVM notice.
llvm-svn: 9300
Diffstat (limited to 'llvm/include/Support/BitSetVector.h')
| -rw-r--r-- | llvm/include/Support/BitSetVector.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/BitSetVector.h b/llvm/include/Support/BitSetVector.h index fa2598a2856..08bafa15806 100644 --- a/llvm/include/Support/BitSetVector.h +++ b/llvm/include/Support/BitSetVector.h @@ -1,4 +1,11 @@ //===-- BitVectorSet.h - A bit-vector representation of sets ----*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file was developed by the LLVM research group and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// // // This is an implementation of the bit-vector representation of sets. Unlike // vector<bool>, this allows much more efficient parallel set operations on |

