aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2021-02-05 06:00:05 -0800
committerAkira Hatanaka <ahatanaka@apple.com>2021-02-05 06:00:05 -0800
commit2fbbb18c1dbeb124dfc3c2aebae97d4780ff9bd6 (patch)
treea1fbdb9841da1e36f79ff7a0c36dbcef976e29bb /clang/lib/CodeGen/CodeGenFunction.h
parent3fe3946d9a958b7af6130241996d9cfcecf559d4 (diff)
downloadllvm-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.h2
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;