]> granicus.if.org Git - clang/commit
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)
commitaab877938fd9e997360cae05f30f5e2c51d16710
tree6f703faa3452ec4f8c6a8cd7df83c1dd1fc487b9
parent136b73a168b033ebe0f3070201dfde99d5173081
CodeGen: remove incorrect temporary Twine

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

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