From ec3bc3941390b16969b1e9469a0f446bbee45dfb Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 7 Sep 2006 19:03:48 +0000 Subject: [PATCH] Consistency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30152 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 9e19f94207f..77944ba6d70 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -383,7 +383,7 @@ let isBranch = 1, isTerminator = 1, noResults = 1 in I; // 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 { -- 2.34.1