Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Transforms / Utils / DemoteRegToStack.h
index 3d2385efa28f9ef0c10b7e75aaf78d220646f426..1d6d2c65957f5509ed384ab9b306c806f17294b1 100644 (file)
@@ -1,4 +1,11 @@
 //===- DemoteRegToStack.h - Move a virtual reg. to stack --------*- 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 the function:
 //     AllocaInst* DemoteRegToStack(Instruction& X):