diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-11 19:52:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-11 19:52:11 +0000 |
| commit | 1f298326b0add164bdf2424c5a6ad055ea11dc8f (patch) | |
| tree | 1b557069f054b049403e6595a71fe5612953abec /llvm/lib | |
| parent | dd27b5d7bb90b0d6fbdc043ed1dd31fe083cd2cf (diff) | |
| download | bcm5719-llvm-1f298326b0add164bdf2424c5a6ad055ea11dc8f.tar.gz bcm5719-llvm-1f298326b0add164bdf2424c5a6ad055ea11dc8f.zip | |
unbreak the build.
llvm-svn: 95915
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 1090576c3a1..a26eb32ee8d 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.td +++ b/llvm/lib/Target/X86/X86InstrInfo.td @@ -635,7 +635,7 @@ let isBranch = 1, isTerminator = 1, Uses = [EFLAGS] in { } defm JO : ICBr<0x70, 0x80, "jo\t$dst" , X86_COND_O>; -defm JNO : ICBr<0x71, 0x81, "jo\t$dst" , X86_COND_NO>; +defm JNO : ICBr<0x71, 0x81, "jno\t$dst" , X86_COND_NO>; defm JB : ICBr<0x72, 0x82, "jb\t$dst" , X86_COND_B>; defm JAE : ICBr<0x73, 0x83, "jae\t$dst", X86_COND_AE>; defm JE : ICBr<0x74, 0x84, "je\t$dst" , X86_COND_E>; |

