Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail now.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 22:48:57 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 22:48:57 +0000 (22:48 +0000)
commit64e14b1679fa3649b286402ea254d663ac43ef91
tree55678d8e08d6375cf53039c372e2240051701903
parent906b20a1d7347f97750753bec2b8fe9c09b02b9c
Add support for llvm.setjmp and longjmp.  Only 3 SingleSource/UnitTests fail now.

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