1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Transforms/PruneEH
Sanjoy Das cb770fbcb6 [OperandBundles] Have PruneEH work correct with operand bundles.
For an invoke with operand bundles, the [op_begin(), op_end()-3] range
can contain things other than invoke arguments.  This change teaches
PruneEH to use arg_begin() and arg_end() explicitly.

llvm-svn: 255073
2015-12-08 23:16:52 +00:00
..
2008-06-02-Weak.ll
operand-bundles.ll [OperandBundles] Have PruneEH work correct with operand bundles. 2015-12-08 23:16:52 +00:00
pr23971.ll [PruneEH] A naked, noinline function can return via InlineAsm 2015-06-27 07:52:53 +00:00
recursivetest.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
seh-nounwind.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
simplenoreturntest.ll
simpletest.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00