implement the other half of the select_cc -> fsel lowering, which handles
authorChris Lattner <sabre@nondot.org>
Fri, 26 Aug 2005 17:36:52 +0000 (17:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Aug 2005 17:36:52 +0000 (17:36 +0000)
commit0b1e4e508b1fb76408a2c6a434b0f4df3cad3578
tree514cca4a359902e61eb02313c333c71343645af7
parent143b6753936fc8a72ba32a5b113e66ee1a390b6f
implement the other half of the select_cc -> fsel lowering, which handles
when the RHS of the comparison is 0.0.  Turn this on by default.

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