diff options
| author | John McCall <rjmccall@apple.com> | 2015-10-21 18:06:43 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2015-10-21 18:06:43 +0000 |
| commit | b04ecb753a63bca00ed3b2ae569d1f4fbbe32b94 (patch) | |
| tree | f14404ebdfd173e26bff29cd71d0ec2aef0a0e40 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 039f2bbd02cef9455beb35c3c246e41690c31398 (diff) | |
| download | bcm5719-llvm-b04ecb753a63bca00ed3b2ae569d1f4fbbe32b94.tar.gz bcm5719-llvm-b04ecb753a63bca00ed3b2ae569d1f4fbbe32b94.zip | |
Unify the ObjC entrypoint caches.
llvm-svn: 250918
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index d67e6f67ad6..5d5c7f50536 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2768,6 +2768,7 @@ public: // ARC primitives. void EmitARCInitWeak(Address addr, llvm::Value *value); void EmitARCDestroyWeak(Address addr); + llvm::Value *EmitARCLoadWeak(Address addr); llvm::Value *EmitARCLoadWeakRetained(Address addr); llvm::Value *EmitARCStoreWeak(Address addr, llvm::Value *value, bool ignored); void EmitARCCopyWeak(Address dst, Address src); |

