Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 22:51:47 +0000 (22:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 22:51:47 +0000 (22:51 +0000)
commite42cde2a14bb1d4dbb659d8ecdf7c73131532f1c
tree73f4a6150eaa6af0aa6715ff0ff701f606de20ca
parent9b700f7951b07cb7be885c7560066c73733ef101
Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some
hacks can be banished.  Also, this gives us the opportunity to emit special code
for the setjmp/longjmps which alows the elimination of one GCC warning for every
setjmp/longjmp site (which is often THOUSANDS in C++ programs).  Yaay!

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