From 61129252e44067ae112dc856c64c814344b7e7c9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 Sep 2010 03:50:32 +0000 Subject: 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 --- test/MC/AsmParser/X86/x86_instructions.s | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') 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 -- cgit v1.2.3