OSDN Git Service

A branch predicated on a constant can just FastEmit an unconditional branch.
authorChad Rosier <mcrosier@apple.com>
Thu, 27 Oct 2011 00:21:16 +0000 (00:21 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 27 Oct 2011 00:21:16 +0000 (00:21 +0000)
commit6d64b3adab682aea9c0b4dd665acc5e863ac6d21
tree2a8e35e181a67ab4239a28cc881c9057576e48bd
parent15701f8969fcb36899a75ca2df6fdcbc52141106
A branch predicated on a constant can just FastEmit an unconditional branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143086 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
test/CodeGen/ARM/fast-isel-br-const.ll [new file with mode: 0644]