Add this test back, the check pattern was too strict.

llvm-svn: 77662
This commit is contained in:
Daniel Dunbar 2009-07-31 03:11:49 +00:00
parent 5434756585
commit a93183b8c9
1 changed files with 7 additions and 0 deletions

View 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