diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2015-04-11 23:51:38 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2015-04-11 23:51:38 +0000 |
| commit | 1c565c31b161898d8ea32bd71c5ab55b5d6d2b83 (patch) | |
| tree | 122eae39680aa0823699c05bf5d76fb24c4816ed /clang/lib/CodeGen/EHScopeStack.h | |
| parent | 7ad0bd54d31788c4858cffa6e203cd06260b800b (diff) | |
| download | bcm5719-llvm-1c565c31b161898d8ea32bd71c5ab55b5d6d2b83.tar.gz bcm5719-llvm-1c565c31b161898d8ea32bd71c5ab55b5d6d2b83.zip | |
Revert r234581, it might have caused a few miscompiles in Chromium.
If the revert helps, I'll get a repro this Monday. Else I'll put the change
back in.
llvm-svn: 234700
Diffstat (limited to 'clang/lib/CodeGen/EHScopeStack.h')
| -rw-r--r-- | clang/lib/CodeGen/EHScopeStack.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/EHScopeStack.h b/clang/lib/CodeGen/EHScopeStack.h index a7951888c82..363d8b8fe4a 100644 --- a/clang/lib/CodeGen/EHScopeStack.h +++ b/clang/lib/CodeGen/EHScopeStack.h @@ -319,10 +319,6 @@ public: /// Pops a terminate handler off the stack. void popTerminate(); - // Returns true iff the current scope is either empty or contains only - // lifetime markers, i.e. no real cleanup code - bool containsOnlyLifetimeMarkers(stable_iterator Old) const; - /// Determines whether the exception-scopes stack is empty. bool empty() const { return StartOfData == EndOfBuffer; } |

