| commit | 08dd52dc756864b1ca917a514eae33064896be3a | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Fri Feb 26 00:04:25 2016 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Fri Feb 26 00:04:25 2016 +0000 |
| tree | 19e49ce6bd69ceeb5bf3e1b12977474b026e835e | |
| parent | ad59b65f18b0b7923dd15a2ded1cc96602da08f5 [diff] |
[WinEH] Don't remove unannotated inline-asm calls 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