]> granicus.if.org Git - clang/commitdiff
Update help text for -cc1 -unoptimized-cfg.
authorTed Kremenek <kremenek@apple.com>
Fri, 20 Aug 2010 05:53:47 +0000 (05:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 20 Aug 2010 05:53:47 +0000 (05:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111615 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/CC1Options.td

index 74d9fbaccf39d87b9f2d7521ee6ab6536112835b..fabb29b6222b5d1f4734bed631c39ed332c0420d 100644 (file)
@@ -41,7 +41,7 @@ def analysis_CFGDump : Flag<"-cfg-dump">,
 def analysis_CFGView : Flag<"-cfg-view">,
   HelpText<"View Control-Flow Graphs using GraphViz">;
 def analysis_UnoptimizedCFG : Flag<"-unoptimized-cfg">,
-  HelpText<"View Control-Flow Graphs using GraphViz">;
+  HelpText<"Generate unoptimized CFGs for all analyses">;
 def analysis_DisplayLiveVariables : Flag<"-dump-live-variables">,
   HelpText<"Print results of live variable analysis">;
 def analysis_LLVMConventionChecker : Flag<"-analyzer-check-llvm-conventions">,