summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/wineh-basic.ll
Commit message (Collapse)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" ↵Fangrui Song2019-12-241-2/+2
| | | | as cleanups after D56351
* [GlobalMerge] Handle non-landingpad EH padsReid Kleckner2016-10-191-0/+48
This code crashed on funclet-style EH instructions such as catchpad, catchswitch, and cleanuppad. Just treat all EH pad instructions equivalently and avoid merging the globals they reference through any use. llvm-svn: 284633
OpenPOWER on IntegriCloud