[llvm-commits] [llvm] r115174 - in /llvm/trunk/test/MC/AsmParser/X86: x86_errors.s x86_instruction_errors.s

Chris Lattner sabre at nondot.org
Thu Sep 30 10:16:49 PDT 2010


Author: lattner
Date: Thu Sep 30 12:16:49 2010
New Revision: 115174

URL: http://llvm.org/viewvc/llvm-project?rev=115174&view=rev
Log:
rename test

Added:
    llvm/trunk/test/MC/AsmParser/X86/x86_errors.s
      - copied unchanged from r115160, llvm/trunk/test/MC/AsmParser/X86/x86_instruction_errors.s
Removed:
    llvm/trunk/test/MC/AsmParser/X86/x86_instruction_errors.s

Removed: llvm/trunk/test/MC/AsmParser/X86/x86_instruction_errors.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/X86/x86_instruction_errors.s?rev=115173&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/X86/x86_instruction_errors.s (original)
+++ llvm/trunk/test/MC/AsmParser/X86/x86_instruction_errors.s (removed)
@@ -1,5 +0,0 @@
-// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t.err
-// RUN: FileCheck < %t.err %s
-
-// CHECK: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
-cmp $0, 0(%eax)





More information about the llvm-commits mailing list