From b6804e91267381427866dfc1ae3d88abd02ddf14 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 31 Jul 2009 03:11:49 +0000 Subject: [PATCH] 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 --- test/MC/AsmParser/x86_instructions.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/MC/AsmParser/x86_instructions.s 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 -- 2.34.1