Consistency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30152 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-09-07 19:03:48 +00:00
parent 61c958e691
commit ec3bc39413

View File

@ -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 {