The TimePassesIsEnabled has since moved to PassManager.cpp.
authorChad Rosier <mcrosier@apple.com>
Fri, 27 Jul 2012 19:03:02 +0000 (19:03 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 27 Jul 2012 19:03:02 +0000 (19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160881 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandLine.html

index aff40d05f8586134dfe85490eb8642cf8535aef6..a3743e159f02c0dfe077b0059000abeb8302d01e 100644 (file)
@@ -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>