summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WinEH] Add llvm.eh.exceptionpointer intrinsicJoseph Tremoulet2015-09-031-0/+26
Summary: This intrinsic can be used to extract a pointer to the exception caught by a given catchpad. Its argument has token type and must be a `catchpad`. Also clarify ExtendingLLVM documentation regarding overloaded intrinsics. Reviewers: majnemer, andrew.w.kaylor, sanjoy, rnk Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D12533 llvm-svn: 246752
OpenPOWER on IntegriCloud