aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/LinkAllPasses.h
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
commit037ce981d8ebbe275236814876441f872d438c26 (patch)
treefff647157c78b00340e98352996f3b08c3280a29 /include/llvm/LinkAllPasses.h
parent62c5105adc4f51c6dd07be3471ea2462c8e00c82 (diff)
downloadexternal_llvm-037ce981d8ebbe275236814876441f872d438c26.zip
external_llvm-037ce981d8ebbe275236814876441f872d438c26.tar.gz
external_llvm-037ce981d8ebbe275236814876441f872d438c26.tar.bz2
Fix the documentation for this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LinkAllPasses.h')
-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 5f803cc..b5ec20e 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.
//
//===----------------------------------------------------------------------===//