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/CodeGenModule.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/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 4ff7deb..618e2f8 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -210,9 +210,6 @@ struct ObjCEntrypoints { /// void clang.arc.use(...); llvm::Function *clang_arc_use; - - /// void clang.arc.noop.use(...); - llvm::Function *clang_arc_noop_use; }; /// This class records statistics on instrumentation based profiling. |