Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
[oota-llvm.git] / include / llvm / Instructions.h
index 6f56045a27448618345e8f708a4cb1c8c2607d37..c004347fbd894b438e45ae2506b1b5040bfa2878 100644 (file)
@@ -1,4 +1,11 @@
 //===-- llvm/Instructions.h - Instruction subclass definitions --*- 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 exposes the class definitions of all of the subclasses of the
 // Instruction class.  This is meant to be an easy way to get access to all