summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-04-10 04:33:03 +0000
committerNico Weber <nicolasweber@gmx.de>2015-04-10 04:33:03 +0000
commitbd51a6a99fc3d54992750f2a82e7e293bfd05851 (patch)
treeca7834bd75459c6d1680092e812b8e1cce426244 /clang/lib/CodeGen/CodeGenFunction.cpp
parente17800c5ab21f95a7f3db1f58ec42a8c7338a137 (diff)
downloadbcm5719-llvm-bd51a6a99fc3d54992750f2a82e7e293bfd05851.tar.gz
bcm5719-llvm-bd51a6a99fc3d54992750f2a82e7e293bfd05851.zip
Revert r234532 for a bit, it very likely caused http://crbug.com/475768
llvm-svn: 234563
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 42c3a423fa0..8401d722f42 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),
OpenPOWER on IntegriCloud