Add PowerPC codegen for indirect branches.
authorBob Wilson <bob.wilson@apple.com>
Wed, 4 Nov 2009 21:31:18 +0000 (21:31 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 4 Nov 2009 21:31:18 +0000 (21:31 +0000)
commit3d90dbee695e723f422dafca3fc75f193268ab9e
tree9c592ffc8c85e675ea6d1658773e1a7b5811f49c
parent0368e500eb7f5f03313e1a7af5b8fa48465c0560
Add PowerPC codegen for indirect branches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86050 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
test/CodeGen/PowerPC/indirectbr.ll [new file with mode: 0644]