From: Daniel Dunbar Date: Fri, 31 Jul 2009 03:11:49 +0000 (+0000) Subject: Add this test back, the check pattern was too strict. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b6804e91267381427866dfc1ae3d88abd02ddf14;p=oota-llvm.git 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 --- diff --git a/test/MC/AsmParser/x86_instructions.s b/test/MC/AsmParser/x86_instructions.s new file mode 100644 index 00000000000..acffd570de8 --- /dev/null +++ b/test/MC/AsmParser/x86_instructions.s @@ -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