[analyzer] Rename the option help to reflect better what it does.

llvm-svn: 169640
This commit is contained in:
Anna Zaks 2012-12-07 21:51:50 +00:00
parent 5d484780fb
commit 9cadaa7ef8
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ ANALYSIS_IPA(DynamicDispatchBifurcate, "dynamic-bifurcate", "Experimental: Enabl
#define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC)
#endif
ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions in the order defined in the TU")
ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined, use call graph to order")
ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level")
ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been previously inlined")
#undef ANALYSIS_STORE
#undef ANALYSIS_CONSTRAINTS