From 85aa39071303a517941117c07854874b1050f442 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 27 Jul 2012 19:03:02 +0000 Subject: [PATCH] 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 --- docs/CommandLine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.34.1