Don't generate a prototype for _setjmp. At least on Linux, this function
authorReid Spencer <rspencer@reidspencer.com>
Sun, 22 Oct 2006 09:58:21 +0000 (09:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 22 Oct 2006 09:58:21 +0000 (09:58 +0000)
commit2cb46e18cbba575a5ef9ff951c482a69714dcd7c
treec24bf1c929cfb42c24d263972ddd7a8406bc0744
parent21be86535baf98d495b6a1565d487073da7827ca
Don't generate a prototype for _setjmp. At least on Linux, this function
has a different prototype than the one #included from <setjmp.h>. This
patch fixes siod and a number of other test cases on Linux that were
failing the CBE because of this _setjmp issue.

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