diff options
author | Giorgis Georgakoudis <georgakoudis1@llnl.gov> | 2021-07-19 07:54:26 -0700 |
---|---|---|
committer | Giorgis Georgakoudis <georgakoudis1@llnl.gov> | 2021-07-19 07:54:26 -0700 |
commit | fb0cf0179526f135fab24b84f9dcd1c41f59ec53 (patch) | |
tree | 27f36bf1a4715efb34cbabe5f485fbf261314cac /clang/lib/CodeGen/CodeGenFunction.h | |
parent | dd5aa657a520adcff84bb6149dd20cd8a2c8c6c6 (diff) | |
download | llvm-fb0cf0179526f135fab24b84f9dcd1c41f59ec53.zip llvm-fb0cf0179526f135fab24b84f9dcd1c41f59ec53.tar.gz llvm-fb0cf0179526f135fab24b84f9dcd1c41f59ec53.tar.bz2 |
Revert "[OpenMP] Codegen aggregate for outlined function captures"
This reverts commit e9c7291cb25f071f1a1dfa4049ed9f5a8a217b3e.
Fix failing tests
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index e026937..4e087ce 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -3283,13 +3283,8 @@ public: llvm::Function *EmitCapturedStmt(const CapturedStmt &S, CapturedRegionKind K); llvm::Function *GenerateCapturedStmtFunction(const CapturedStmt &S); Address GenerateCapturedStmtArgument(const CapturedStmt &S); - llvm::Function * - GenerateOpenMPCapturedStmtFunctionAggregate(const CapturedStmt &S, - SourceLocation Loc); llvm::Function *GenerateOpenMPCapturedStmtFunction(const CapturedStmt &S, SourceLocation Loc); - void GenerateOpenMPCapturedVarsAggregate( - const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars); void GenerateOpenMPCapturedVars(const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars); void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy, |