diff options
-rw-r--r-- | lib/Analysis/CFG.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/CFG.cpp b/lib/Analysis/CFG.cpp index 278df139f6..047568a32a 100644 --- a/lib/Analysis/CFG.cpp +++ b/lib/Analysis/CFG.cpp @@ -396,8 +396,6 @@ CFG* CFGBuilder::buildCFG(const Decl *D, Stmt* Statement, ASTContext* C, return NULL; BuildOpts = BO; - if (!C->getLangOptions().CPlusPlus) - BuildOpts.AddImplicitDtors = false; // Create an empty block that will serve as the exit block for the CFG. Since // this is the first block added to the CFG, it will be implicitly registered |