Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / AliasAnalysisEvaluator.cpp
index 81aad894ce3ab0b711d2a9e5f5756ad1f01d5856..d4a7d18dcd4378c15590f57c96338219bf013ebd 100644 (file)
@@ -1,4 +1,11 @@
 //===- AliasAnalysisEvaluator.cpp - Alias Analysis Accuracy Evaluator -----===//
+// 
+//                     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 simple N^2 alias analysis accuracy evaluator.
 // Basically, for each function in the program, it simply queries to see how the