mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
Consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61c958e691
commit
ec3bc39413
@ -383,7 +383,7 @@ let isBranch = 1, isTerminator = 1, noResults = 1 in
|
||||
I<opcode, RawFrm, ops, asm, pattern>;
|
||||
|
||||
// Indirect branches
|
||||
let isBarrier = 1 in
|
||||
let isBranch = 1, isBarrier = 1 in
|
||||
def JMP : IBr<0xE9, (ops brtarget:$dst), "jmp $dst", [(br bb:$dst)]>;
|
||||
|
||||
let isBranch = 1, isTerminator = 1, noResults = 1, isBarrier = 1 in {
|
||||
|
Loading…
Reference in New Issue
Block a user