ARM: make branch folder remove unconditional branches
authorDale Johannesen <dalej@apple.com>
Thu, 12 Jul 2007 16:45:35 +0000 (16:45 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 12 Jul 2007 16:45:35 +0000 (16:45 +0000)
commit66a2a8f8782f55a9668c7f4200ff55b52fcddef6
tree273b28659a03fe4c5a2d36eeaf402dcff5298d65
parentbb821dd79bf13c5137760c8fe0fa721912c4276d
ARM:  make branch folder remove unconditional branches
following jump tables that it earlier inserted.  This
would be OK on other targets but is needed for correctness
only on ARM (constant islands needs to find jump tables).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39782 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMInstrInfo.cpp