summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/wineh-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WinEH] Don't remove unannotated inline-asm callsDavid Majnemer2016-02-261-0/+26
Inline-asm calls aren't annotated with funclet bundle operands because they don't throw and cannot be inlined through. We shouldn't require them to bear an funclet bundle operand. llvm-svn: 261942
OpenPOWER on IntegriCloud