From 4164f6bbbf4ebce676e8a6c0a0cf7a78ef46a0f3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Nov 2010 04:44:29 +0000 Subject: make the asm matcher emitter reject instructions that have comments in their asmstring. Fix the two x86 "NOREX" instructions that have them. If these comments are important, the instlowering stuff can print them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117897 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/X86/x86-32-coverage.s | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/MC/X86/x86-32-coverage.s') diff --git a/test/MC/X86/x86-32-coverage.s b/test/MC/X86/x86-32-coverage.s index f97fc4bee0..66e5c38d99 100644 --- a/test/MC/X86/x86-32-coverage.s +++ b/test/MC/X86/x86-32-coverage.s @@ -18,7 +18,7 @@ // CHECK: movswl 3735928559(%ebx,%ecx,8), %ecx movswl 0xdeadbeef(%ebx,%ecx,8),%ecx -// CHECK: movzbl 3735928559(%ebx,%ecx,8), %ecx # NOREX +// CHECK: movzbl 3735928559(%ebx,%ecx,8), %ecx movzbl 0xdeadbeef(%ebx,%ecx,8),%ecx // CHECK: movzwl 3735928559(%ebx,%ecx,8), %ecx @@ -11807,19 +11807,19 @@ // CHECK: movswl 305419896, %ecx movswl 0x12345678,%ecx -// CHECK: movzbl 3735928559(%ebx,%ecx,8), %ecx # NOREX +// CHECK: movzbl 3735928559(%ebx,%ecx,8), %ecx movzbl 0xdeadbeef(%ebx,%ecx,8),%ecx -// CHECK: movzbl 69, %ecx # NOREX +// CHECK: movzbl 69, %ecx movzbl 0x45,%ecx -// CHECK: movzbl 32493, %ecx # NOREX +// CHECK: movzbl 32493, %ecx movzbl 0x7eed,%ecx -// CHECK: movzbl 3133065982, %ecx # NOREX +// CHECK: movzbl 3133065982, %ecx movzbl 0xbabecafe,%ecx -// CHECK: movzbl 305419896, %ecx # NOREX +// CHECK: movzbl 305419896, %ecx movzbl 0x12345678,%ecx // CHECK: movzbw 3735928559(%ebx,%ecx,8), %bx -- cgit v1.2.3