aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/LinkAllPasses.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/LinkAllPasses.h b/include/llvm/LinkAllPasses.h
index 5f803cc414..b5ec20e6a6 100644
--- a/include/llvm/LinkAllPasses.h
+++ b/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.
//
//===----------------------------------------------------------------------===//