Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
index a5dc323aa928009161dda0950b969e14c4f97ff9..807257e2c55369e0dc1cf4b7645e1cc07a0f8ba8 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Passes.h - Target independent code generation passes ----*- 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 defines interfaces to access the target independent code generation
 // passes provided by the LLVM backend.