summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/examples/wpa/clang-wpa.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/examples/wpa/clang-wpa.cpp b/clang/examples/wpa/clang-wpa.cpp
index d5cb6f84586..b54eb37698f 100644
--- a/clang/examples/wpa/clang-wpa.cpp
+++ b/clang/examples/wpa/clang-wpa.cpp
@@ -143,7 +143,8 @@ int main(int argc, char **argv) {
/* TrimGraph */ false, /* InlineCall */ true,
/* UseUnoptimizedCFG */ false,
/* addImplicitDtors */ true,
- /* addInitializers */ false);
+ /* addInitializers */ false,
+ /* reclaimeNodes */ true);
TransferFuncs* TF = MakeCFRefCountTF(AMgr.getASTContext(), /*GC*/false,
AMgr.getLangOptions());
OpenPOWER on IntegriCloud