Add ARM codegen for indirect branches.
authorBob Wilson <bob.wilson@apple.com>
Fri, 30 Oct 2009 05:45:42 +0000 (05:45 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 30 Oct 2009 05:45:42 +0000 (05:45 +0000)
commitddb16df91257e4c4d2be5343e2c7c7ecbfbe8bf4
treeb7fd491974de97c4c9f0fb8d84ad22a5d67312d2
parent0b81e19d19aa4af4e4ea3c3c3f14259d5a9e6cd4
Add ARM codegen for indirect branches.
clang/test/CodeGen/indirect-goto.c runs! (unoptimized)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp