diff options
author | Kirill Bobyrev <kbobyrev@google.com> | 2020-06-15 12:14:15 +0200 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev@google.com> | 2020-06-15 12:14:15 +0200 |
commit | 550c4562d18a6ab6ce60a062dceb163313da0ddd (patch) | |
tree | 3d85cdfe53992da3c838dcd89739b16465d8f278 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | ec4e68e667bf0369c36f0e4291618ef2a614bbf0 (diff) | |
download | llvm-550c4562d18a6ab6ce60a062dceb163313da0ddd.zip llvm-550c4562d18a6ab6ce60a062dceb163313da0ddd.tar.gz llvm-550c4562d18a6ab6ce60a062dceb163313da0ddd.tar.bz2 |
Revert "Prevent IR-gen from emitting consteval declarations"
This reverts commit 3bab88b7baa20b276faaee0aa7ca87f636c91877.
This patch causes test failures:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/17260
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 273aa1c..5dbaf2e 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4138,10 +4138,6 @@ public: /// aggregate type into a temporary LValue. LValue EmitAggExprToLValue(const Expr *E); - /// Build all the stores needed to initialize an aggregate at Dest with the - /// value Val. - void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile); - /// EmitExtendGCLifetime - Given a pointer to an Objective-C object, /// make sure it survives garbage collection until this point. void EmitExtendGCLifetime(llvm::Value *object); |