SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This
authorEvan Cheng <evan.cheng@apple.com>
Fri, 26 Jan 2007 02:02:39 +0000 (02:02 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 26 Jan 2007 02:02:39 +0000 (02:02 +0000)
commitdd353b8ad747a8731a191848ff5db978a70bd0fb
treed28cc798964c09d5e8926ab9b0baeffd985beb57
parent129ccd9def1cb98a0442140b407f9e91e323829a
SplitBlockBeforeInstr() insert a unconditional branch to the next BB. This
is unnecessary when we are fixing up a conditional branch since we will be
adding a unconditional branch to the destination of the original branch.

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