Fix a bug where we didn't insert FP_REG_KILL instructions into MBB's that
authorChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 02:57:10 +0000 (02:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 02:57:10 +0000 (02:57 +0000)
commitdb8c368d7b1d55ef5810cd183ea815ebb0c9e728
tree8898556979110fa4b29491c5084c581d57e5c89f
parentafce4306ec9d9ce5def7c3697654f3bcbbeb5cb9
Fix a bug where we didn't insert FP_REG_KILL instructions into MBB's that
contain FP PHI nodes but no other FP defining instructions.  This fixes
183.equake

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