Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Don't remove a landing pad if the invoke requires a table entry." | Reid Kleckner | 2015-01-22 | 1 | -77/+0 |
| | | | | | | | | | | | | This reverts commit r176827. Björn Steinbrink pointed out that this didn't actually fix the bug (PR15555) it was attempting to fix. With this reverted, we can now remove landingpad cleanups that immediately resume unwinding, converting the invoke to a call. llvm-svn: 226850 | ||||
* | Don't remove a landing pad if the invoke requires a table entry. | Bill Wendling | 2013-03-11 | 1 | -0/+77 |
An invoke may require a table entry. For instance, when the function it calls is expected to throw. <rdar://problem/13360379> llvm-svn: 176827 |