summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index 6c7bd88c0c4..7af7725c3a5 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/lib/CodeGen/CGStmt.cpp
@@ -1817,9 +1817,6 @@ CodeGenFunction::GenerateCapturedStmtFunction(const CapturedDecl *CD,
assert(CapturedStmtInfo &&
"CapturedStmtInfo should be set when generating the captured function");
- // Check if we should generate debug info for this function.
- maybeInitializeDebugInfo();
-
// Build the argument list.
ASTContext &Ctx = CGM.getContext();
FunctionArgList Args;
OpenPOWER on IntegriCloud