[llvm-commits] CVS: llvm/lib/Analysis/LiveVar/BBLiveVar.cpp FunctionLiveVarInfo.cpp ValueSet.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 14:44:33 PDT 2003
Changes in directory llvm/lib/Analysis/LiveVar:
BBLiveVar.cpp updated: 1.35 -> 1.36
FunctionLiveVarInfo.cpp updated: 1.47 -> 1.48
ValueSet.cpp updated: 1.14 -> 1.15
---
Log message:
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
---
Diffs of the changes: (+21 -1)
Index: llvm/lib/Analysis/LiveVar/BBLiveVar.cpp
diff -u llvm/lib/Analysis/LiveVar/BBLiveVar.cpp:1.35 llvm/lib/Analysis/LiveVar/BBLiveVar.cpp:1.36
--- llvm/lib/Analysis/LiveVar/BBLiveVar.cpp:1.35 Mon May 26 19:06:00 2003
+++ llvm/lib/Analysis/LiveVar/BBLiveVar.cpp Mon Oct 20 14:43:14 2003
@@ -1,4 +1,11 @@
//===-- BBLiveVar.cpp - Live Variable Analysis for a BasicBlock -----------===//
+//
+// 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 is a wrapper class for BasicBlock which is used by live var analysis.
//
Index: llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
diff -u llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp:1.47 llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp:1.48
--- llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp:1.47 Thu Sep 11 13:13:57 2003
+++ llvm/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp Mon Oct 20 14:43:14 2003
@@ -1,4 +1,11 @@
//===-- FunctionLiveVarInfo.cpp - Live Variable Analysis for a Function ---===//
+//
+// 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 is the interface to function level live variable information that is
// provided by live variable analysis.
Index: llvm/lib/Analysis/LiveVar/ValueSet.cpp
diff -u llvm/lib/Analysis/LiveVar/ValueSet.cpp:1.14 llvm/lib/Analysis/LiveVar/ValueSet.cpp:1.15
--- llvm/lib/Analysis/LiveVar/ValueSet.cpp:1.14 Tue Jan 14 16:56:23 2003
+++ llvm/lib/Analysis/LiveVar/ValueSet.cpp Mon Oct 20 14:43:14 2003
@@ -1,4 +1,10 @@
-
+//
+// 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.
+//
+//===----------------------------------------------------------------------===//
// FIXME: Eliminate this file.
#include "llvm/CodeGen/ValueSet.h"
More information about the llvm-commits
mailing list