Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop
authorChris Lattner <sabre@nondot.org>
Sun, 29 Jun 2003 16:42:32 +0000 (16:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Jun 2003 16:42:32 +0000 (16:42 +0000)
commitc151e4f415da15d17eee60720c396e7103fcc02d
tree7ba8c56c387d261b1ff55ec1a3b37ced950b0e4d
parentdbb6cd12ebf2429ea7f4f632c4447951b870d0ff
Until there is a setjmp/longjmp transformation pass, codegen setjmp as a noop
and longjmp as an abort!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp