1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +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 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