]> granicus.if.org Git - clang/commit
InstrProf: Remove an unnecessary helper function (NFC)
authorJustin Bogner <mail@justinbogner.com>
Tue, 11 Nov 2014 02:47:05 +0000 (02:47 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 11 Nov 2014 02:47:05 +0000 (02:47 +0000)
commit3c9036c14c213b75e218fc11b68c0b01d6495a36
tree46d3549e4e096efa333f8aeda14c18713f4e7bf0
parent180cfaff87093cf4d95ebf070996e02628bc4e64
InstrProf: Remove an unnecessary helper function (NFC)

VisitSubStmtRBraceState is really just Visit, as long as
VisitCompoundStatement handles braces correctly.

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