Setjmp should always return zero if we don't implement longjmp. This avoids
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 19:35:54 +0000 (19:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 19:35:54 +0000 (19:35 +0000)
commiteb093fbf6fd2878c842f2f215362597475ef1817
tree627231ed08cfe387ff67732fa33a49ec582dc245
parent02c26b681ec70538fba8b273326e696e6a3dc4d2
Setjmp should always return zero if we don't implement longjmp.  This avoids
leaving trash in the register, fixing anagram

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