Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp
authorChris Lattner <sabre@nondot.org>
Tue, 6 Jun 2006 21:45:47 +0000 (21:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Jun 2006 21:45:47 +0000 (21:45 +0000)
commit475c55393a67ae096d4ec7baffee5830e68e13c1
tree779c00284a56a9dffdccb0c30b9b9f643c69efef
parent001db453f5df586af9625d68e715950106e4f961
Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp
when available.  This speeds up hexxagon from 18.61s to 16.61s with the CBE on
PPC Mac OS (for reference, LLC is 15.48s and GCC is 23.35s).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28697 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp