]> granicus.if.org Git - clang/commit
Remove redunant (and incorrect) call to SourceManager::PrintStats(). This would...
authorTed Kremenek <kremenek@apple.com>
Tue, 6 Jan 2009 22:16:26 +0000 (22:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 6 Jan 2009 22:16:26 +0000 (22:16 +0000)
commitb789103464f55639384cb468e7ed90a8268c84f4
treef925544e490f4e21849109b0846f8ef298127bf2
parent47f5209a80c7c75592e87eb296d2b51e03208ae0
Remove redunant (and incorrect) call to SourceManager::PrintStats().  This would be called after a SourceManager was 'cleared', so it printed bogus results.  Moreover, these stats are already printed earlier in the code path.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61825 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp