aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Driver/clang.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 268c26b0df..6b3507e3a6 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -1409,8 +1409,7 @@ static void ProcessInputFile(Preprocessor &PP, PreprocessorFactory &PPF,
PP.PrintStats();
PP.getIdentifierTable().PrintStats();
PP.getHeaderSearchInfo().PrintStats();
- if (ClearSourceMgr)
- PP.getSourceManager().PrintStats();
+ PP.getSourceManager().PrintStats();
fprintf(stderr, "\n");
}