summaryrefslogtreecommitdiffstats
path: root/llvm/tools/analyze
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-20 17:57:13 +0000
committerChris Lattner <sabre@nondot.org>2003-10-20 17:57:13 +0000
commitebec8030d6f5fc858c03e97f6591efebcdf2257d (patch)
treeb5cf3d8dfd96189a9ef147f2a32de3358b68c2eb /llvm/tools/analyze
parent22feb17ea437d1f8820324e74133ac71389f0372 (diff)
downloadbcm5719-llvm-ebec8030d6f5fc858c03e97f6591efebcdf2257d.tar.gz
bcm5719-llvm-ebec8030d6f5fc858c03e97f6591efebcdf2257d.zip
fix file headers
llvm-svn: 9293
Diffstat (limited to 'llvm/tools/analyze')
-rw-r--r--llvm/tools/analyze/AnalysisWrappers.cpp1
-rw-r--r--llvm/tools/analyze/GraphPrinters.cpp1
-rw-r--r--llvm/tools/analyze/analyze.cpp4
3 files changed, 1 insertions, 5 deletions
diff --git a/llvm/tools/analyze/AnalysisWrappers.cpp b/llvm/tools/analyze/AnalysisWrappers.cpp
index 57913770bf2..6c4c99f5a30 100644
--- a/llvm/tools/analyze/AnalysisWrappers.cpp
+++ b/llvm/tools/analyze/AnalysisWrappers.cpp
@@ -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
diff --git a/llvm/tools/analyze/GraphPrinters.cpp b/llvm/tools/analyze/GraphPrinters.cpp
index 83708ecbf71..9a8c06770dd 100644
--- a/llvm/tools/analyze/GraphPrinters.cpp
+++ b/llvm/tools/analyze/GraphPrinters.cpp
@@ -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
diff --git a/llvm/tools/analyze/analyze.cpp b/llvm/tools/analyze/analyze.cpp
index 17f7e4866d8..836b6aa8d72 100644
--- a/llvm/tools/analyze/analyze.cpp
+++ b/llvm/tools/analyze/analyze.cpp
@@ -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
OpenPOWER on IntegriCloud