Be more careful where we set ContainsFPCode. We were missing a set in the
authorChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 03:50:45 +0000 (03:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 03:50:45 +0000 (03:50 +0000)
commitef7ba0756b984e8682dcb86c2cc052cf18720c3c
tree88fbc97df8ae139ca2f917e4a801a0fd292967db
parenta3aa2e288287da2479be3931707c9e5ca48585a2
Be more careful where we set ContainsFPCode.  We were missing a set in the
int -> FP casting code.  Note that we don't have to set it for FP operations
that take FP values as operands: whatever produces the FP value will set the
flag.

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