summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-11 05:00:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-11 05:00:25 +0000
commit0db68f4e3a8be1641dbba72a41baa6ff1b5dd6af (patch)
tree6004ccced6d4a2e032c7b1653186882d9bcabdbb /test/MC
parent1e840b2c6150838815c1041562f9876560b0b465 (diff)
downloadllvm-0db68f4e3a8be1641dbba72a41baa6ff1b5dd6af.tar.gz
llvm-0db68f4e3a8be1641dbba72a41baa6ff1b5dd6af.tar.bz2
llvm-0db68f4e3a8be1641dbba72a41baa6ff1b5dd6af.tar.xz
llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/x86_instructions.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/AsmParser/x86_instructions.s b/test/MC/AsmParser/x86_instructions.s
index 436e2e08fb..0d3367a03f 100644
--- a/test/MC/AsmParser/x86_instructions.s
+++ b/test/MC/AsmParser/x86_instructions.s
@@ -49,3 +49,6 @@
// RUN: grep {MCInst(opcode=.*, operands=.reg:21, reg:0, reg:19.)} %t
subl %eax, %ebx
+// FIXME: Check that this matches the correct instruction.
+// RUN: grep {MCInst(opcode=.*, operands=.reg:80.)} %t
+ call *%rax