1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

The TimePassesIsEnabled has since moved to PassManager.cpp.

llvm-svn: 160881
This commit is contained in:
Chad Rosier 2012-07-27 19:03:02 +00:00
parent b417406b7b
commit e8c032f7f0

View File

@ -1939,7 +1939,7 @@ tutorial.</p>
should provide an external storage location that is accessible to users of the 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 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> <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> <p>TODO: complete this section</p>