Teach AnalyzeBranch, RemoveBranch and the branch
authorDale Johannesen <dalej@apple.com>
Fri, 2 Apr 2010 01:38:09 +0000 (01:38 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 2 Apr 2010 01:38:09 +0000 (01:38 +0000)
commit93d6a7e9c21204c52d6efec6c672163e7de79660
tree28f6ac48c327e656e147cb2c4b2b1ecf73ce3dbe
parentae1d41c8ae243329c6f0dfcd6abd33a7f89bfa7b
Teach AnalyzeBranch, RemoveBranch and the branch
folder to be tolerant of debug info following the
branch(es) at the end of a block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100168 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/CellSPU/SPUInstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/PIC16/PIC16InstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.cpp