Fix the documentation for this file.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 21 Aug 2006 05:37:03 +0000 (05:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 21 Aug 2006 05:37:03 +0000 (05:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29788 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LinkAllPasses.h

index 5f803cc4145e25adea7a950e589c22964bc83c77..b5ec20e6a69ef7a98707338e7f041d3540eadd97 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//