-
- Downloads
[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
llvm/test/Transforms/PruneEH/pr23971.ll
0 → 100644
Please register or sign in to comment