CodeGen: remove incorrect temporary Twine
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 24 Oct 2016 21:25:57 +0000 (21:25 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 24 Oct 2016 21:25:57 +0000 (21:25 +0000)
commit209150a33497d5cba624b34423d59ea176b8e33d
tree8c38b72a65961debd47edb983822fea2030fb172
parent58567d71d0f0bba205611c5d4da9c06f6c1b967c
CodeGen: remove incorrect temporary Twine

Twines should not be stack allocated.  This somehow managed to get past me.

llvm-svn: 285028
clang/lib/CodeGen/CGObjCMac.cpp