convert PPC::BCC to use the 'pred' operand instead of separate predicate
authorChris Lattner <sabre@nondot.org>
Fri, 17 Nov 2006 22:37:34 +0000 (22:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Nov 2006 22:37:34 +0000 (22:37 +0000)
commit18258c640466274c26e89016e361ec411ff78520
treed1d131cad895703dca3f62735b6c7c855d302560
parent289c2d5f4566d8d7722e3934f4763d3df92886f3
convert PPC::BCC to use the 'pred' operand instead of separate predicate
value and CR reg #.  This requires swapping the order of these everywhere
that touches BCC and requires us to write custom matching logic for
PPCcondbranch :(

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