projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c958e
)
Consistency.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 7 Sep 2006 19:03:48 +0000
(19:03 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.td
b/lib/Target/X86/X86InstrInfo.td
index 9e19f94207f7ed3cfddb9d252dd561cb6916d224..77944ba6d70eb6c53c447b56c4f8f943904aa5ee 100644
(file)
--- 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<opcode, RawFrm, ops, asm, pattern>;
// Indirect branches
-let isBarrier = 1 in
+let isB
ranch = 1, isB
arrier = 1 in
def JMP : IBr<0xE9, (ops brtarget:$dst), "jmp $dst", [(br bb:$dst)]>;
let isBranch = 1, isTerminator = 1, noResults = 1, isBarrier = 1 in {