Skip to content

Commit 53e5768

Browse files
author
Chad Rosier
committed
Add test case for PR15779, which has previously been fixed.
llvm-svn: 180058
1 parent dba3fe5 commit 53e5768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/MC/X86/intel-syntax.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,5 +320,6 @@ _main:
320320
setnge al
321321
// CHECK: setg %al
322322
setnle al
323-
323+
// CHECK: jne _foo
324+
jnz _foo
324325
ret

0 commit comments

Comments
 (0)