Skip to content

Commit

Permalink
Add test case for PR15779, which has previously been fixed.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180058 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Chad Rosier committed Apr 22, 2013
1 parent 087c309 commit f74d82d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/MC/X86/intel-syntax.s
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,6 @@ _main:
setnge al
// CHECK: setg %al
setnle al

// CHECK: jne _foo
jnz _foo
ret

0 comments on commit f74d82d

Please sign in to comment.