treat conditional branches the same way as conditional moves (giving them
authorChris Lattner <sabre@nondot.org>
Tue, 31 Jan 2006 06:56:30 +0000 (06:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 31 Jan 2006 06:56:30 +0000 (06:56 +0000)
commit7a4d2913ea04b708c191595ad6f1841abd36b077
treec9b6929b18b1de0e471936b7e605371c415e3779
parent6788faa06ad77fbfb57db7bcf8bc6a79389775a6
treat conditional branches the same way as conditional moves (giving them
an operand that contains the condcode), making things significantly simpler.

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