aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-04-13 20:01:20 +0000
committerNico Weber <nicolasweber@gmx.de>2015-04-13 20:01:20 +0000
commitb31abb05fbbdbefecc15a5b9f3c054d8a2ce1a9f (patch)
treef7e0846404ea34fd576da8f2b4b2504fe0a741c3 /clang/lib/CodeGen/CodeGenFunction.cpp
parentf209a153f1d03b5b01338e5cf69a4568e49b2b3a (diff)
downloadllvm-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.cpp2
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),