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:
18e5179
)
fix this to not be completely broken.
author
Chris Lattner
<sabre@nondot.org>
Thu, 30 Sep 2010 17:04:59 +0000
(17:04 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 30 Sep 2010 17:04:59 +0000
(17:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115164
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/AsmParser/X86/x86_32-mismatched-add.s
patch
|
blob
|
history
diff --git
a/test/MC/AsmParser/X86/x86_32-mismatched-add.s
b/test/MC/AsmParser/X86/x86_32-mismatched-add.s
index 0840c65ca95ab9bc83664f4fa7ca26177b1164c6..fba141bfea75d638a19e18e45993d7b70983f215 100644
(file)
--- a/
test/MC/AsmParser/X86/x86_32-mismatched-add.s
+++ b/
test/MC/AsmParser/X86/x86_32-mismatched-add.s
@@
-1,8
+1,7
@@
// RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
-// XFAIL: *
// CHECK: addl $4294967295, %eax # encoding: [0x83,0xc0,0xff]
addl $0xFFFFFFFF, %eax
-// CHECK: add
l $65535, %e
ax # encoding: [0x66,0x83,0xc0,0xff]
+// CHECK: add
w $65535, %
ax # encoding: [0x66,0x83,0xc0,0xff]
addw $0xFFFF, %ax