Skip to content
Snippets Groups Projects
user avatar
David Majnemer authored
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
5185c3c2
History
Name Last commit Last update