projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087c309
)
Add test case for PR15779, which has previously been fixed.
author
Chad Rosier
<mcrosier@apple.com>
Mon, 22 Apr 2013 22:30:01 +0000
(22:30 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Mon, 22 Apr 2013 22:30:01 +0000
(22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180058
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/X86/intel-syntax.s
patch
|
blob
|
history
diff --git
a/test/MC/X86/intel-syntax.s
b/test/MC/X86/intel-syntax.s
index c49a17e28c4ef47a6a207dbb04c3589007bdd606..b2f337dac9d7f5b989a047d7132cae4d6005d6d1 100644
(file)
--- a/
test/MC/X86/intel-syntax.s
+++ b/
test/MC/X86/intel-syntax.s
@@
-320,5
+320,6
@@
_main:
setnge al
// CHECK: setg %al
setnle al
-
+// CHECK: jne _foo
+ jnz _foo
ret