summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-19 06:14:54 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-19 06:14:54 +0000
commit90b374cdedf0ff844b86b768b2d0832c64ab9173 (patch)
tree840ab60f514db744fbefacf5339f61ecbe13d2e8 /test/MC/AsmParser
parentcf246b7f0b9e23fab53572dbd814b361ace49d08 (diff)
downloadllvm-90b374cdedf0ff844b86b768b2d0832c64ab9173.tar.gz
llvm-90b374cdedf0ff844b86b768b2d0832c64ab9173.tar.bz2
llvm-90b374cdedf0ff844b86b768b2d0832c64ab9173.tar.xz
MC/X86: We now match instructions like "incl %eax" correctly for the arch we are
assembling; remove crufty custom cleanup code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser')
-rw-r--r--test/MC/AsmParser/X86/x86_64-new-encoder.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/AsmParser/X86/x86_64-new-encoder.s b/test/MC/AsmParser/X86/x86_64-new-encoder.s
index 1858441870..2b280d1220 100644
--- a/test/MC/AsmParser/X86/x86_64-new-encoder.s
+++ b/test/MC/AsmParser/X86/x86_64-new-encoder.s
@@ -72,9 +72,9 @@ stosl
// Not moffset forms of moves, they are x86-32 only! rdar://7947184
-movb 0, %al // CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,A,A,A,A]
-movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,A,A,A,A]
-movl 0, %eax // CHECK: movl 0, %eax # encoding: [0x8b,0x04,0x25,A,A,A,A]
+movb 0, %al // CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,0x00,0x00,0x00,0x00]
+movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00]
+movl 0, %eax // CHECK: movl 0, %eax # encoding: [0x8b,0x04,0x25,0x00,0x00,0x00,0x00]
// CHECK: pushfq # encoding: [0x9c]
pushf