Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / InstrTypes.h
index 4c6f1441e3f7fe42ea73121fda162a26ca5eac3e..e3d3d61adb1f4327f6e706fa208e4534c7a29cf1 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/InstrTypes.h - Important Instruction subclasses ----*- 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 various meta classes of instructions that exist in the VM
 // representation.  Specific concrete subclasses of these may be found in the