commit | 90c166c4e522b173c0f60471b191ca1637e0e707 | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Sat Sep 08 00:21:55 2018 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Sat Sep 08 00:21:55 2018 +0000 |
tree | 66d51cde76d1e51732a3b90bc8c70005cc60497a | |
parent | 68a987334689edb80a5bf260524add955215a80c [diff] |
Remove addBlockByrefAddress(), it is dead code as far as clang is concerned. This patch removes addBlockByrefAddress(), it is dead code as far as clang is concerned: Every byref block capture is emitted with a complex expression that is equivalent to what this function does. rdar://problem/31629055 Differential Revision: https://reviews.llvm.org/D51763 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341737 91177308-0d34-0410-b5e6-96231b3b80d8