Add initial conditional branch support. This doesn't actually work yet due
authorChris Lattner <sabre@nondot.org>
Sun, 18 Dec 2005 01:20:35 +0000 (01:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Dec 2005 01:20:35 +0000 (01:20 +0000)
commit4d55aca87aeac108980005912d8ea8733d6226e1
treed835d5f0b6fa68befdb4883acd2fa25a5b00b96c
parenta5282d8df2fe5253b274c97de2617a7c141c5ca8
Add initial conditional branch support.  This doesn't actually work yet due
to a bug in the scheduler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24807 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcInstrFormats.td
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
lib/Target/SparcV8/SparcV8InstrFormats.td
lib/Target/SparcV8/SparcV8InstrInfo.td
lib/Target/SparcV8/SparcV8RegisterInfo.td