1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/Transforms/PruneEH
David Majnemer bce3d2c083 [PruneEH] A naked, noinline function can return via InlineAsm
The PruneEH pass tries to annotate functions as 'noreturn' if it doesn't
see a ReturnInst.  However, a naked function containing inline assembly
can contain control flow leaving the function.

This fixes PR23971.

llvm-svn: 240876
2015-06-27 07:52:53 +00:00
..
2008-06-02-Weak.ll
pr23971.ll [PruneEH] A naked, noinline function can return via InlineAsm 2015-06-27 07:52:53 +00:00
recursivetest.ll
seh-nounwind.ll
simplenoreturntest.ll
simpletest.ll