mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Check for _setjmp too, because it's also used.
llvm-svn: 119875
This commit is contained in:
parent
029e95d6d7
commit
55c499847a
@ -213,6 +213,7 @@ void SelectionDAGISel::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
static bool FunctionCallsSetJmp(const Function *F) {
|
||||
const Module *M = F->getParent();
|
||||
static const char *ReturnsTwiceFns[] = {
|
||||
"_setjmp",
|
||||
"setjmp",
|
||||
"sigsetjmp",
|
||||
"setjmp_syscall",
|
||||
|
Loading…
Reference in New Issue
Block a user