[llvm-commits] [llvm] r115172 - in /llvm/trunk/test/MC/AsmParser/X86: x86_directives.s x86_word_directive.s

Chris Lattner sabre at nondot.org
Thu Sep 30 10:15:42 PDT 2010


Author: lattner
Date: Thu Sep 30 12:15:42 2010
New Revision: 115172

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

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

Removed: llvm/trunk/test/MC/AsmParser/X86/x86_word_directive.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/X86/x86_word_directive.s?rev=115171&view=auto
==============================================================================
--- llvm/trunk/test/MC/AsmParser/X86/x86_word_directive.s (original)
+++ llvm/trunk/test/MC/AsmParser/X86/x86_word_directive.s (removed)
@@ -1,6 +0,0 @@
-# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
-
-# CHECK: TEST0:
-# CHECK: .short 3
-TEST0:  
-        .word 3





More information about the llvm-commits mailing list