summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-64.s
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2012-03-13 19:47:55 +0000
committerKevin Enderby <enderby@apple.com>2012-03-13 19:47:55 +0000
commit0f5ab7c5f392d8207a4b0c5bf1f8b274a9f410df (patch)
tree21bbd172f074f4c56f7e121e5db8bd19f3cb3088 /test/MC/X86/x86-64.s
parent5161de6ebbd36b0532bd980483d757f5a3014611 (diff)
downloadllvm-0f5ab7c5f392d8207a4b0c5bf1f8b274a9f410df.tar.gz
llvm-0f5ab7c5f392d8207a4b0c5bf1f8b274a9f410df.tar.bz2
llvm-0f5ab7c5f392d8207a4b0c5bf1f8b274a9f410df.tar.xz
Change the X86 assembler to not require a segment register on string
instruction's destination operand like it does for the source operand. Also fix a typo in the comment for X86AsmParser::isSrcOp(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/X86/x86-64.s')
-rw-r--r--test/MC/X86/x86-64.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/X86/x86-64.s b/test/MC/X86/x86-64.s
index 308bb055fb..f53b6726f4 100644
--- a/test/MC/X86/x86-64.s
+++ b/test/MC/X86/x86-64.s
@@ -1053,6 +1053,9 @@ xsetbv // CHECK: xsetbv # encoding: [0x0f,0x01,0xd1]
movsl
movsl %ds:(%rsi), %es:(%rdi)
movsl (%rsi), %es:(%rdi)
+// rdar://10883092
+// CHECK: movsd
+ movsl (%rsi), (%rdi)
// CHECK: movsq # encoding: [0x48,0xa5]
// CHECK: movsq