[llvm-commits] [llvm] r77659 - /llvm/trunk/test/MC/AsmParser/x86_instructions.s
Daniel Dunbar
daniel at zuster.org
Thu Jul 30 19:46:37 PDT 2009
Author: ddunbar
Date: Thu Jul 30 21:46:36 2009
New Revision: 77659
URL: http://llvm.org/viewvc/llvm-project?rev=77659&view=rev
Log:
Remove this test while I figure out why it is failing.
Removed:
llvm/trunk/test/MC/AsmParser/x86_instructions.s
Removed: llvm/trunk/test/MC/AsmParser/x86_instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/x86_instructions.s?rev=77658&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/x86_instructions.s (original)
+++ llvm/trunk/test/MC/AsmParser/x86_instructions.s (removed)
@@ -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])
More information about the llvm-commits
mailing list