]> granicus.if.org Git - clang/commit
Revert r213415, "Merge two lines". It broke tests in -Asserts builds.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 18 Jul 2014 23:46:16 +0000 (23:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 18 Jul 2014 23:46:16 +0000 (23:46 +0000)
commit41b1c7360d86805e720ece80593c455465e3afae
treead686b80005e0089d81a5a343175d22f98751c6f
parent05e95a916abdf36231e02d14ad62f5cf5517686d
Revert r213415, "Merge two lines". It broke tests in -Asserts builds.

CGBuilder doesn't name instructions with Name. We should use Inst::setName() to name an instruction explicitly here.

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