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)
commit215f3b7f02e657d56333aa28c89556c523b051a0
treedc2542458c458a3269f5720b9698fdea94bd1d15
parent4e7d1e7e7bb36bcd715297b36d688bdc0ed96bdf
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.

llvm-svn: 213431
clang/lib/CodeGen/CGDecl.cpp