If the target prefers it, use _setjmp/_longjmp should be used instead of setjmp/longj...
authorChris Lattner <sabre@nondot.org>
Tue, 27 Sep 2005 22:15:53 +0000 (22:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Sep 2005 22:15:53 +0000 (22:15 +0000)
commit6c38b33613d64522581dc55d82fffa4aee0e9f22
treecedb43a75bd4741d7eb934377854a533eb2ce46c
parent8e6be8b9218b3b9c44b784b559d49236f80c1049
If the target prefers it, use _setjmp/_longjmp should be used instead of setjmp/longjmp for llvm.setjmp/llvm.longjmp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23481 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp