diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-04-13 20:01:20 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-04-13 20:01:20 +0000 |
commit | b31abb05fbbdbefecc15a5b9f3c054d8a2ce1a9f (patch) | |
tree | f7e0846404ea34fd576da8f2b4b2504fe0a741c3 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | f209a153f1d03b5b01338e5cf69a4568e49b2b3a (diff) | |
download | llvm-b31abb05fbbdbefecc15a5b9f3c054d8a2ce1a9f.zip llvm-b31abb05fbbdbefecc15a5b9f3c054d8a2ce1a9f.tar.gz llvm-b31abb05fbbdbefecc15a5b9f3c054d8a2ce1a9f.tar.bz2 |
Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.
llvm-svn: 234786
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 42c3a42..8401d72 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -40,7 +40,7 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext) CurFn(nullptr), CapturedStmtInfo(nullptr), SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false), CurFuncIsThunk(false), AutoreleaseResult(false), SawAsmBlock(false), - IsOutlinedSEHHelper(false), BlockInfo(nullptr), BlockPointer(nullptr), + BlockInfo(nullptr), BlockPointer(nullptr), LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr), NextCleanupDestIndex(1), FirstBlockInfo(nullptr), EHResumeBlock(nullptr), ExceptionSlot(nullptr), EHSelectorSlot(nullptr), |