From c25f88b703325aa6d897e15f8967ec590fa32a45 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. llvm-svn: 160881 --- llvm/docs/CommandLine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index aff40d05f858..a3743e159f02 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/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