commit | 04d14ff349d5d807afbc4777d85ae1eaa7e4c8f7 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sat Nov 20 00:03:09 2010 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sat Nov 20 00:03:09 2010 +0000 |
tree | cfd2d4f19af37d2675ff28aed02dbdb97f3e1a62 | |
parent | 785ab18a054373f1a2f8d0f6f04db2d458878bd9 [diff] [blame] |
Check for _setjmp too, because it's also used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119875 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 304e1bc..5095646 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -213,6 +213,7 @@ static bool FunctionCallsSetJmp(const Function *F) { const Module *M = F->getParent(); static const char *ReturnsTwiceFns[] = { + "_setjmp", "setjmp", "sigsetjmp", "setjmp_syscall",