Added LLVM notice.
[oota-llvm.git] / include / Support / EquivalenceClasses.h
index dab5d73257c9b7f5eb1c351d9ced4e656b354497..01e8c5ef8209bd1d17916bde446724f3790f019f 100644 (file)
@@ -1,5 +1,12 @@
 //===-- Support/EquivalenceClasses.h ----------------------------*- 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // Generic implementation of equivalence classes and implementation of
 // union-find algorithms A not-so-fancy implementation: 2 level tree i.e root
 // and one more level Overhead of a union = size of the equivalence class being