From df967d613704d4e4f01ecce85c1846dfab4d9a1b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 27 Sep 2010 07:11:53 +0000 Subject: fix rdar://8470918 - llvm-mc can't assemble smovl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114819 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/X86/x86_instructions.s | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/MC/AsmParser') diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s index dda047e..d16dc9d 100644 --- a/test/MC/AsmParser/X86/x86_instructions.s +++ b/test/MC/AsmParser/X86/x86_instructions.s @@ -83,6 +83,13 @@ // CHECK: movsb rep;movsb + +// rdar://8470918 +smovb // CHECK: movsb +smovw // CHECK: movsw +smovl // CHECK: movsl +smovq // CHECK: movsq + // rdar://8456361 // CHECK: rep // CHECK: movsl -- cgit v1.1