summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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