Remove variable_ops from call instructions in most targets.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 13 Jul 2012 20:44:29 +0000 (20:44 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 13 Jul 2012 20:44:29 +0000 (20:44 +0000)
commit68c10a2ff74fe882cfd789983b2d0f12e42fb0ec
tree2eb1c748a9019ff5f8f2330d9db3c6a15e8af670
parent135fb455b72b1db12d93aa13b13872780db6315b
Remove variable_ops from call instructions in most targets.

Call instructions are no longer required to be variadic, and
variable_ops should only be used for instructions that encode a variable
number of arguments, like the ARM stm/ldm instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV3.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/MBlaze/MBlazeInstrInfo.td
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/XCore/XCoreInstrInfo.td