OSDN Git Service

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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77659 91177308-0d34-0410-b5e6-96231b3b80d8

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

diff --git a/test/MC/AsmParser/x86_instructions.s b/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])