Consistency.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 7 Sep 2006 19:03:48 +0000 (19:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 7 Sep 2006 19:03:48 +0000 (19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30152 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrInfo.td

index 9e19f94207f7ed3cfddb9d252dd561cb6916d224..77944ba6d70eb6c53c447b56c4f8f943904aa5ee 100644 (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 {