Fix the last remaining bug preventing us from switching the X86 BE over
authorChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 19:02:11 +0000 (19:02 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 May 2005 19:02:11 +0000 (19:02 +0000)
commit0d67f0c80f0295aa44f826ec1402ea73d6b4bd22
tree67352692c46ae0565d1c441b862f008ce4a8b657
parent27e9b4146417a9bdbade90d0ecc32c9567694a87
Fix the last remaining bug preventing us from switching the X86 BE over
from the simple isel to the pattern isel.  This forces inserted libcalls
to serialize against other function calls, which was breaking
UnitTests/2005-05-12-Int64ToFP.  Hopefully this will fix issues on other
targets as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21872 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp