]> granicus.if.org Git - clang/commit
[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.
authorBob Wilson <bob.wilson@apple.com>
Fri, 11 Apr 2014 17:16:13 +0000 (17:16 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 11 Apr 2014 17:16:13 +0000 (17:16 +0000)
commita00a56b905a1e6a1102f21fad0b4ca71e647d8b5
tree9de9eedf93eb78dbbf36c64332c8d2ac2fb93560
parentf78f4501ef1d8e277c7cc8a7305a8ef2b1fa742c
[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.

This avoids the overhead of specifying all the traversal code when using
ConstStmtVisitor and makes it a lot easier to maintain this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206039 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPGO.cpp