]> granicus.if.org Git - clang/commitdiff
[analyzer] fixup for adding of the "dynamic" ipa option
authorAnna Zaks <ganna@apple.com>
Mon, 30 Jul 2012 20:31:24 +0000 (20:31 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 30 Jul 2012 20:31:24 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160990 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/Analyses.def

index b5b9394af3d8be2fd923c7bc7d1c836b84283117..3859ea75fabfde408778a8f12fd3f270a48186bc 100644 (file)
@@ -47,7 +47,8 @@ ANALYSIS_PURGE(PurgeNone,  "none", "Do not purge symbols, bindings, or constrain
 #endif
 
 ANALYSIS_IPA(None, "none", "Perform only intra-procedural analysis")
-ANALYSIS_IPA(Inlining, "inlining", "Experimental: Inline callees when their definitions are available")
+ANALYSIS_IPA(Inlining, "inlining", "Inline callees when their definitions are available")
+ANALYSIS_IPA(DynamicDispatch, "dynamic", "Experimental: Enable inlining of dynamically dispatched methods")
 
 #ifndef ANALYSIS_INLINING_MODE
 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC)