diff options
Diffstat (limited to 'include/llvm/ADT/BitSetVector.h')
-rw-r--r-- | include/llvm/ADT/BitSetVector.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/ADT/BitSetVector.h b/include/llvm/ADT/BitSetVector.h index fa2598a285..08bafa1580 100644 --- a/include/llvm/ADT/BitSetVector.h +++ b/include/llvm/ADT/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 |