mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
bce3d2c083
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 |
||
---|---|---|
.. | ||
2008-06-02-Weak.ll | ||
pr23971.ll | ||
recursivetest.ll | ||
seh-nounwind.ll | ||
simplenoreturntest.ll | ||
simpletest.ll |