OSDN Git Service

Change LowerFP_TO_SINT to create the specific code it needs instead of
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2007 20:14:52 +0000 (20:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2007 20:14:52 +0000 (20:14 +0000)
commit1de7c1dd6fdedc8ab2e450ba74e4b81d13e49af2
tree0d7e38a465d77eda914be9b932c1b04e657bfa1a
parent87c8935fd55f3177e787e192b5ed4686b6073c61
Change LowerFP_TO_SINT to create the specific code it needs instead of
unconditionally creating an i64 bitcast.  With the future legalizer
design, operation legalization can't introduce new nodes with illegal
types.

This fixes the rest of olden on ppc32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp