Back out branchless SetCC code. While it helped a lot in some cases, it
authorNate Begeman <natebegeman@mac.com>
Sat, 21 Aug 2004 20:42:14 +0000 (20:42 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 21 Aug 2004 20:42:14 +0000 (20:42 +0000)
commita96c4af7f1c75ec9b964fe84d980f01ae5c136c1
tree943b01fef0a5ce785bc6beaf5e0adbbbdbcc6db6
parentb586c08d53cb9364e0f8e296288a7770304f6d59
Back out branchless SetCC code.  While it helped a lot in some cases, it
hurt a lot in others.  Instead, improve branching version of SetCC and
Select instructions.  The old code will be in CVS should we ever need to
dig it up again.

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