Fix a bug that caused us to crash on povray. We weren't emitting an FP_REG_KILL...
authorChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 04:21:28 +0000 (04:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 04:21:28 +0000 (04:21 +0000)
commit7dbcb75b151a5b00863ec90e9893925fcfc51cf6
treece20494af98bb1eb5df1b61af56489ce975d82b4
parente11a9a93a88d937e1f1d55be968cf2b3f8e0bd47
Fix a bug that caused us to crash on povray.  We weren't emitting an FP_REG_KILL into a block that had a successor with a FP PHI node.

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