Remove this test while I figure out why it is failing.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 02:46:36 +0000 (02:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 02:46:36 +0000 (02:46 +0000)
llvm-svn: 77659

llvm/test/MC/AsmParser/x86_instructions.s [deleted file]

diff --git a/llvm/test/MC/AsmParser/x86_instructions.s b/llvm/test/MC/AsmParser/x86_instructions.s
deleted file mode 100644 (file)
index 71f98f0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
-
-# Simple instructions
-        subb %al, %al
-# CHECK: MCInst(opcode=1831, operands=[reg:2, reg:0, reg:2])