summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-21 05:37:03 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-21 05:37:03 +0000
commit89b93d8a252a26385b36cd71122f64a577c81e85 (patch)
tree8dc9c3bacc531167f67f7c0dce312da1ad98ba91
parenta3223665010b9a759132c326980896934f0f673a (diff)
downloadbcm5719-llvm-89b93d8a252a26385b36cd71122f64a577c81e85.tar.gz
bcm5719-llvm-89b93d8a252a26385b36cd71122f64a577c81e85.zip
Fix the documentation for this file.
llvm-svn: 29788
-rw-r--r--llvm/include/llvm/LinkAllPasses.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/LinkAllPasses.h b/llvm/include/llvm/LinkAllPasses.h
index 5f803cc4145..b5ec20e6a69 100644
--- a/llvm/include/llvm/LinkAllPasses.h
+++ b/llvm/include/llvm/LinkAllPasses.h
@@ -1,4 +1,4 @@
-//===- llvm/Transforms/LinkAllPasses.h - Reference All Passes ---*- C++ -*-===//
+//===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file pulls in all transformation passes for tools like opts and
-// bugpoint that need this functionality.
+// This header file pulls in all transformation and analysis passes for tools
+// like opt and bugpoint that need this functionality.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud