diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2021-02-05 06:00:05 -0800 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2021-02-05 06:00:05 -0800 |
commit | 2fbbb18c1dbeb124dfc3c2aebae97d4780ff9bd6 (patch) | |
tree | a1fbdb9841da1e36f79ff7a0c36dbcef976e29bb /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 3fe3946d9a958b7af6130241996d9cfcecf559d4 (diff) | |
download | llvm-2fbbb18c1dbeb124dfc3c2aebae97d4780ff9bd6.zip llvm-2fbbb18c1dbeb124dfc3c2aebae97d4780ff9bd6.tar.gz llvm-2fbbb18c1dbeb124dfc3c2aebae97d4780ff9bd6.tar.bz2 |
Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"
This reverts commit 3fe3946d9a958b7af6130241996d9cfcecf559d4.
The commit violates layering by including a header from Analysis in
lib/IR/AutoUpgrade.cpp.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index dd77d70..8eb7adb 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4202,8 +4202,6 @@ public: void EmitARCIntrinsicUse(ArrayRef<llvm::Value*> values); - void EmitARCNoopIntrinsicUse(ArrayRef<llvm::Value *> values); - static Destroyer destroyARCStrongImprecise; static Destroyer destroyARCStrongPrecise; static Destroyer destroyARCWeak; |