Fix a bug in my patch for legalizing to fsel. It cannot handle seteq/setne,
authorChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 00:45:18 +0000 (00:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Aug 2005 00:45:18 +0000 (00:45 +0000)
commit6de08f4377302cb73ca6a378410889be423af20f
treedc205c257ed6ede20da192de3ad45b2ef34f4e2c
parent8f838720ad578349e7929b32fa9117aa317bb3a5
Fix a bug in my patch for legalizing to fsel.  It cannot handle seteq/setne,
which I failed to include when I moved the code over.  This fixes
MallocBench/gs.

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