diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-09-07 19:03:48 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-09-07 19:03:48 +0000 |
| commit | a9411c0977e84d5fb6f71e76d90f66f1bc3eefd7 (patch) | |
| tree | 28cb586917cbb88b148c4cc8a02d3b8b8593e2e4 /llvm/lib | |
| parent | 95b3dde8bb397c94927ff52ad367508f10613033 (diff) | |
| download | bcm5719-llvm-a9411c0977e84d5fb6f71e76d90f66f1bc3eefd7.tar.gz bcm5719-llvm-a9411c0977e84d5fb6f71e76d90f66f1bc3eefd7.zip | |
Consistency.
llvm-svn: 30152
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td index 9e19f94207f..77944ba6d70 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.td +++ b/llvm/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 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 { |

