]> granicus.if.org Git - clang/commit
CodeGen: load indirect ObjC ARC arguments in prologue
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 27 Jun 2017 18:37:51 +0000 (18:37 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 27 Jun 2017 18:37:51 +0000 (18:37 +0000)
commit004e95174d0161ba92ca7e0f055462a2aeef05fa
treefc9cb11303dc5171e7f1738dc92f5be96487a8fa
parentdcdc5a7d3cbec7c4e0aaccf9e2adfa9c4ae66b4a
CodeGen: load indirect ObjC ARC arguments in prologue

When generating a prologue, add loads for ARC arguments passed
indirectly.

Patch by Dave Lee!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306444 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
test/CodeGenObjCXX/arc-indirect.mm [new file with mode: 0644]