summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/trivial-throw.ll
Commit message (Collapse)AuthorAgeFilesLines
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-111-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
OpenPOWER on IntegriCloud