[llvm-commits] CVS: llvm/tools/analyze/AnalysisWrappers.cpp GraphPrinters.cpp analyze.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 20 12:56:01 PDT 2003


Changes in directory llvm/tools/analyze:

AnalysisWrappers.cpp updated: 1.5 -> 1.6
GraphPrinters.cpp updated: 1.3 -> 1.4
analyze.cpp updated: 1.54 -> 1.55

---
Log message:

fix file headers


---
Diffs of the changes:  (+1 -5)

Index: llvm/tools/analyze/AnalysisWrappers.cpp
diff -u llvm/tools/analyze/AnalysisWrappers.cpp:1.5 llvm/tools/analyze/AnalysisWrappers.cpp:1.6
--- llvm/tools/analyze/AnalysisWrappers.cpp:1.5	Mon Oct 20 12:47:05 2003
+++ llvm/tools/analyze/AnalysisWrappers.cpp	Mon Oct 20 12:55:44 2003
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This file defines pass wrappers around LLVM analyses that don't make sense to
 // be passes.  It provides a nice standard pass interface to these classes so


Index: llvm/tools/analyze/GraphPrinters.cpp
diff -u llvm/tools/analyze/GraphPrinters.cpp:1.3 llvm/tools/analyze/GraphPrinters.cpp:1.4
--- llvm/tools/analyze/GraphPrinters.cpp:1.3	Mon Oct 20 12:47:05 2003
+++ llvm/tools/analyze/GraphPrinters.cpp	Mon Oct 20 12:55:44 2003
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This file defines several printers for various different types of graphs used
 // by the LLVM infrastructure.  It uses the generic graph interface to convert


Index: llvm/tools/analyze/analyze.cpp
diff -u llvm/tools/analyze/analyze.cpp:1.54 llvm/tools/analyze/analyze.cpp:1.55
--- llvm/tools/analyze/analyze.cpp:1.54	Mon Oct 20 12:47:05 2003
+++ llvm/tools/analyze/analyze.cpp	Mon Oct 20 12:55:44 2003
@@ -1,4 +1,4 @@
-//===----------------------------------------------------------------------===//
+//===- analyze.cpp - The LLVM analyze utility -----------------------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,8 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
-// The LLVM analyze utility
 //
 // This utility is designed to print out the results of running various analysis
 // passes on a program.  This is useful for understanding a program, or for 





More information about the llvm-commits mailing list