Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
index cce1c5d94a53cde9bb9598597c6122eb692b7544..5a988bafe3c87c1fbfe689522ba3b6b7d3f2d87a 100644 (file)
@@ -1,4 +1,11 @@
 //===-- PhiElimination.cpp - Eliminate PHI nodes by inserting copies ------===//
+// 
+//                     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 pass eliminates machine instruction PHI nodes by inserting copy
 // instructions.  This destroys SSA information, but is the desired input for