summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-02-12 23:40:45 +0000
committerReid Kleckner <reid@kleckner.net>2015-02-12 23:40:45 +0000
commit11c033e8aa6cf4cb89c7c74cff6ca6197a6d52c8 (patch)
tree7f64b16a8cd23a0439877f0ef0d6c608c37db27b /clang/lib/CodeGen/CodeGenFunction.cpp
parentf3e0e3acdafb2b52eb197b4d8251aa2f91886d81 (diff)
downloadbcm5719-llvm-11c033e8aa6cf4cb89c7c74cff6ca6197a6d52c8.tar.gz
bcm5719-llvm-11c033e8aa6cf4cb89c7c74cff6ca6197a6d52c8.zip
SEH: Use the SEHTryEpilogueStack instead of a separate bool
We don't need a bool to track this now that we have a stack for it. llvm-svn: 228982
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 43dd7a05de1..79425d4c21e 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),
- IsSEHTryScope(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