1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Check for _setjmp too, because it's also used.

llvm-svn: 119875
This commit is contained in:
Bill Wendling 2010-11-20 00:03:09 +00:00
parent 029e95d6d7
commit 55c499847a

View File

@ -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",