mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add a FIXME.
llvm-svn: 127511
This commit is contained in:
parent
daffeb06fb
commit
923c731f15
@ -1488,6 +1488,8 @@ let isBranch = 1, isTerminator = 1 in {
|
||||
// B is "predicable" since it's just a Bcc with an 'always' condition.
|
||||
let isBarrier = 1 in {
|
||||
let isPredicable = 1 in
|
||||
// FIXME: We shouldn't need this pseudo at all. Just using Bcc directly
|
||||
// should be sufficient.
|
||||
def B : ARMPseudoInst<(outs), (ins brtarget:$target), Size4Bytes, IIC_Br,
|
||||
[(br bb:$target)]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user