diff options
-rw-r--r-- | examples/wpa/clang-wpa.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/wpa/clang-wpa.cpp b/examples/wpa/clang-wpa.cpp index d5cb6f8458..b54eb37698 100644 --- a/examples/wpa/clang-wpa.cpp +++ b/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()); |