summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-07-27 19:03:02 +0000
committerChad Rosier <mcrosier@apple.com>2012-07-27 19:03:02 +0000
commit85aa39071303a517941117c07854874b1050f442 (patch)
treeace5dc80c24caf9d47504bda34e00c2c7cce3da8 /docs
parente2e73bd044eca405076a127e87d68d91f0fcb4b9 (diff)
The TimePassesIsEnabled has since moved to PassManager.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index aff40d05f85..a3743e159f0 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -1939,7 +1939,7 @@ tutorial.</p>
should provide an external storage location that is accessible to users of the
library. Examples of this include the <tt>llvm::DebugFlag</tt> exported by the
<tt>lib/Support/Debug.cpp</tt> file and the <tt>llvm::TimePassesIsEnabled</tt>
- flag exported by the <tt>lib/VMCore/Pass.cpp</tt> file.</p>
+ flag exported by the <tt>lib/VMCore/PassManager.cpp</tt> file.</p>
<p>TODO: complete this section</p>