[llvm-commits] [llvm] r160881 - /llvm/trunk/docs/CommandLine.html

Chad Rosier mcrosier at apple.com
Fri Jul 27 12:03:03 PDT 2012


Author: mcrosier
Date: Fri Jul 27 14:03:02 2012
New Revision: 160881

URL: http://llvm.org/viewvc/llvm-project?rev=160881&view=rev
Log:
The TimePassesIsEnabled has since moved to PassManager.cpp.

Modified:
    llvm/trunk/docs/CommandLine.html

Modified: llvm/trunk/docs/CommandLine.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.html?rev=160881&r1=160880&r2=160881&view=diff
==============================================================================
--- llvm/trunk/docs/CommandLine.html (original)
+++ llvm/trunk/docs/CommandLine.html Fri Jul 27 14:03:02 2012
@@ -1939,7 +1939,7 @@
   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>
 





More information about the llvm-commits mailing list