summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-22 03:50:32 +0000
committerChris Lattner <sabre@nondot.org>2010-09-22 03:50:32 +0000
commit61129252e44067ae112dc856c64c814344b7e7c9 (patch)
treef821815df00dbb28e5292c6452af348b55e90746 /test
parent492a43e6f64997a0ab26ef047dced193931fda85 (diff)
downloadllvm-61129252e44067ae112dc856c64c814344b7e7c9.tar.gz
llvm-61129252e44067ae112dc856c64c814344b7e7c9.tar.bz2
llvm-61129252e44067ae112dc856c64c814344b7e7c9.tar.xz
fix rdar://8456361 - llvm-mc rejects 'rep movsd'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index d0f6dbfc1a..7f8a401c07 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -83,6 +83,11 @@
// CHECK: movsb
rep;movsb
+// rdar://8456361
+// CHECK: rep
+// CHECK: movsl
+ rep movsd
+
// CHECK: rep
// CHECK: lodsb
rep;lodsb