mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add this test back, the check pattern was too strict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77662 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c5b19b21d8
commit
b6804e9126
7
test/MC/AsmParser/x86_instructions.s
Normal file
7
test/MC/AsmParser/x86_instructions.s
Normal file
@ -0,0 +1,7 @@
|
||||
// FIXME: Switch back to FileCheck once we print actual instructions
|
||||
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s > %t
|
||||
|
||||
# Simple instructions
|
||||
subb %al, %al
|
||||
// RUN: grep {MCInst(opcode=.*, operands=.reg:2, reg:0, reg:2.)} %t
|
Loading…
Reference in New Issue
Block a user