summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-32-coverage.s
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-01 04:44:29 +0000
committerChris Lattner <sabre@nondot.org>2010-11-01 04:44:29 +0000
commit4164f6bbbf4ebce676e8a6c0a0cf7a78ef46a0f3 (patch)
tree18adf8e14fff88e4b7e8fb51c9280343d698008b /test/MC/X86/x86-32-coverage.s
parent5bc93878069b7d9c567c8a04ebfa329636822c5e (diff)
downloadllvm-4164f6bbbf4ebce676e8a6c0a0cf7a78ef46a0f3.tar.gz
llvm-4164f6bbbf4ebce676e8a6c0a0cf7a78ef46a0f3.tar.bz2
llvm-4164f6bbbf4ebce676e8a6c0a0cf7a78ef46a0f3.tar.xz
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
Diffstat (limited to 'test/MC/X86/x86-32-coverage.s')
-rw-r--r--test/MC/X86/x86-32-coverage.s12
1 files changed, 6 insertions, 6 deletions
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