[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td
Evan Cheng
evan.cheng at apple.com
Thu Sep 7 12:04:02 PDT 2006
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.282 -> 1.283
---
Log message:
Consistency.
---
Diffs of the changes: (+1 -1)
X86InstrInfo.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.282 llvm/lib/Target/X86/X86InstrInfo.td:1.283
--- llvm/lib/Target/X86/X86InstrInfo.td:1.282 Fri Aug 11 04:03:33 2006
+++ llvm/lib/Target/X86/X86InstrInfo.td Thu Sep 7 14:03:48 2006
@@ -383,7 +383,7 @@
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 {
More information about the llvm-commits
mailing list