]> granicus.if.org Git - clang/commit
CodeGen: Remove a superfluous setCurrentRegionCount
authorJustin Bogner <mail@justinbogner.com>
Mon, 13 Jan 2014 21:24:15 +0000 (21:24 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 13 Jan 2014 21:24:15 +0000 (21:24 +0000)
commitf1c6bf3d4bdcc6f5ff0e4218db985b65aca782d3
treeba6ac4b334e1c6fb4c74dc4ced74abacb19cbadd
parent5e50e114c684f882275cd33856ee374c7d44e562
CodeGen: Remove a superfluous setCurrentRegionCount

This call looks like it was an artifact of an earlier change, and
doesn't actually make sense. We begin a new region immediately anyway,
so it was mostly harmless.

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