forked from OSchip/llvm-project
The TimePassesIsEnabled has since moved to PassManager.cpp.
llvm-svn: 160881
This commit is contained in:
parent
782d5c434f
commit
c25f88b703
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue