summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/hash_map
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 19:46:57 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 19:46:57 +0000
commitdd04329da2b92b8f34176be0ecf404f3c28ff1f0 (patch)
tree6eb990d96f99cf5508abe5a0b04057598625c954 /llvm/include/Support/hash_map
parent098cafd62b495e44422dcedc358b1a3f165148cc (diff)
downloadbcm5719-llvm-dd04329da2b92b8f34176be0ecf404f3c28ff1f0.tar.gz
bcm5719-llvm-dd04329da2b92b8f34176be0ecf404f3c28ff1f0.zip
Added LLVM notice.
llvm-svn: 9300
Diffstat (limited to 'llvm/include/Support/hash_map')
-rw-r--r--llvm/include/Support/hash_map7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/hash_map b/llvm/include/Support/hash_map
index 6e1ca2c6eda..95ef0e5cdc9 100644
--- a/llvm/include/Support/hash_map
+++ b/llvm/include/Support/hash_map
@@ -1,5 +1,12 @@
//===-- Support/hash_map - "Portable" wrapper around hash_map ---*- 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 file provides a wrapper around the mysterious <hash_map> header file
// that seems to move around between GCC releases into and out of namespaces at
// will. #including this header will cause hash_map to be available in the
OpenPOWER on IntegriCloud