From: Chad Rosier Date: Fri, 27 Jul 2012 19:03:02 +0000 (+0000) Subject: The TimePassesIsEnabled has since moved to PassManager.cpp. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=85aa39071303a517941117c07854874b1050f442;p=oota-llvm.git 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 --- 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.

should provide an external storage location that is accessible to users of the library. Examples of this include the llvm::DebugFlag exported by the lib/Support/Debug.cpp file and the llvm::TimePassesIsEnabled - flag exported by the lib/VMCore/Pass.cpp file.

+ flag exported by the lib/VMCore/PassManager.cpp file.

TODO: complete this section