summaryrefslogtreecommitdiffstats
path: root/llvm/tools/analyze/analyze.cpp
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/analyze.cpp
parent22feb17ea437d1f8820324e74133ac71389f0372 (diff)
downloadbcm5719-llvm-ebec8030d6f5fc858c03e97f6591efebcdf2257d.tar.gz
bcm5719-llvm-ebec8030d6f5fc858c03e97f6591efebcdf2257d.zip
fix file headers
llvm-svn: 9293
Diffstat (limited to 'llvm/tools/analyze/analyze.cpp')
-rw-r--r--llvm/tools/analyze/analyze.cpp4
1 files changed, 1 insertions, 3 deletions
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