Replace the use of isPredicable() with isPredicated() in
authorChad Rosier <mcrosier@apple.com>
Thu, 26 Jan 2012 18:24:25 +0000 (18:24 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 26 Jan 2012 18:24:25 +0000 (18:24 +0000)
commit0162ff421deb2e7bee16aff5ed6a0a8029bcbfbe
tree3bc4e8912b58ce28aa6e4e82c050706ab8863339
parent1a96c914315b0286d84c507d696484e2c95875a4
Replace the use of isPredicable() with isPredicated() in
MachineBasicBlock::canFallThrough().  We're interested in the state of the
instruction (i.e., is this a barrier or not?), not if the instruction is
predicable or not.
rdar://10501092

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149070 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineBasicBlock.cpp
test/CodeGen/ARM/tail-dup.ll [new file with mode: 0644]