* Eliminate `using' directive
[oota-llvm.git] / lib / CodeGen / RegAllocLocal.cpp
index 6b71e288e7e7e3d8dc20afe8dabd489807158c7a..92aec7b72d0b7e1178c7a3521d4f77a297e7c658 100644 (file)
@@ -1,4 +1,11 @@
 //===-- RegAllocLocal.cpp - A BasicBlock generic register allocator -------===//
+// 
+//                     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 register allocator allocates registers to a basic block at a time,
 // attempting to keep values in registers and reusing registers as appropriate.