Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / LoadValueNumbering.cpp
index 2022065422a70c934e4a29ca8b0a7d695e9f88c9..cbcdd0f178a467784cce4d9467d957cf117380cb 100644 (file)
@@ -1,4 +1,11 @@
 //===- LoadValueNumbering.cpp - Load Value #'ing Implementation -*- 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 implements a value numbering pass that value #'s load instructions.
 // To do this, it finds lexically identical load instructions, and uses alias