[llvm] r238853 - DebugInfo: Rename testcases from MD* to DI*, NFC

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Jun 2 10:13:26 PDT 2015


Author: dexonsmith
Date: Tue Jun  2 12:13:25 2015
New Revision: 238853

URL: http://llvm.org/viewvc/llvm-project?rev=238853&view=rev
Log:
DebugInfo: Rename testcases from MD* to DI*, NFC

As a follow-up to r236120, rename testcases to match the new names.

Added:
    llvm/trunk/test/Assembler/dicompileunit.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdcompileunit.ll
    llvm/trunk/test/Assembler/diexpression.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdexpression.ll
    llvm/trunk/test/Assembler/difile-escaped-chars.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdfile-escaped-chars.ll
    llvm/trunk/test/Assembler/diglobalvariable.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdglobalvariable.ll
    llvm/trunk/test/Assembler/diimportedentity.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdimportedentity.ll
    llvm/trunk/test/Assembler/dilexicalblock.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdlexicalblock.ll
    llvm/trunk/test/Assembler/dilocalvariable.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdlocalvariable.ll
    llvm/trunk/test/Assembler/dilocation.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdlocation.ll
    llvm/trunk/test/Assembler/dinamespace.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdnamespace.ll
    llvm/trunk/test/Assembler/diobjcproperty.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdobjcproperty.ll
    llvm/trunk/test/Assembler/disubprogram.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdsubprogram.ll
    llvm/trunk/test/Assembler/disubrange-empty-array.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdsubrange-empty-array.ll
    llvm/trunk/test/Assembler/disubroutinetype.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdsubroutinetype.ll
    llvm/trunk/test/Assembler/ditemplateparameter.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdtemplateparameter.ll
    llvm/trunk/test/Assembler/ditype-large-values.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/mdtype-large-values.ll
    llvm/trunk/test/Assembler/invalid-dicompileunit-language-bad.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll
    llvm/trunk/test/Assembler/invalid-dicompileunit-language-overflow.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll
    llvm/trunk/test/Assembler/invalid-dicompileunit-missing-language.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll
    llvm/trunk/test/Assembler/invalid-dicompileunit-null-file.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll
    llvm/trunk/test/Assembler/invalid-dicompositetype-missing-tag.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-diderivedtype-missing-basetype.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll
    llvm/trunk/test/Assembler/invalid-diderivedtype-missing-tag.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-dienumerator-missing-name.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll
    llvm/trunk/test/Assembler/invalid-dienumerator-missing-value.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll
    llvm/trunk/test/Assembler/invalid-diexpression-large.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdexpression-large.ll
    llvm/trunk/test/Assembler/invalid-diexpression-verify.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll
    llvm/trunk/test/Assembler/invalid-difile-missing-directory.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll
    llvm/trunk/test/Assembler/invalid-difile-missing-filename.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll
    llvm/trunk/test/Assembler/invalid-diglobalvariable-empty-name.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll
    llvm/trunk/test/Assembler/invalid-diglobalvariable-missing-name.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll
    llvm/trunk/test/Assembler/invalid-diimportedentity-missing-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-diimportedentity-missing-tag.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-dilexicalblock-missing-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-dilexicalblock-null-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll
    llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll
    llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-dilexicalblockfile-null-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll
    llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-tag.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-dilocalvariable-null-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll
    llvm/trunk/test/Assembler/invalid-dilocation-field-bad.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll
    llvm/trunk/test/Assembler/invalid-dilocation-field-twice.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll
    llvm/trunk/test/Assembler/invalid-dilocation-missing-scope-2.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll
    llvm/trunk/test/Assembler/invalid-dilocation-missing-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-dilocation-null-scope.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll
    llvm/trunk/test/Assembler/invalid-dilocation-overflow-column.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll
    llvm/trunk/test/Assembler/invalid-dilocation-overflow-line.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll
    llvm/trunk/test/Assembler/invalid-dinamespace-missing-namespace.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll
    llvm/trunk/test/Assembler/invalid-disubrange-count-large.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll
    llvm/trunk/test/Assembler/invalid-disubrange-count-missing.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll
    llvm/trunk/test/Assembler/invalid-disubrange-count-negative.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll
    llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-max.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll
    llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-min.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll
    llvm/trunk/test/Assembler/invalid-disubroutinetype-missing-types.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll
    llvm/trunk/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll
    llvm/trunk/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll
      - copied, changed from r238844, llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll
Removed:
    llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll
    llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll
    llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll
    llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll
    llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll
    llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll
    llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll
    llvm/trunk/test/Assembler/invalid-mdexpression-large.ll
    llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll
    llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll
    llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll
    llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll
    llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll
    llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll
    llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll
    llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll
    llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll
    llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll
    llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll
    llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll
    llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll
    llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll
    llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll
    llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll
    llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll
    llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll
    llvm/trunk/test/Assembler/mdcompileunit.ll
    llvm/trunk/test/Assembler/mdexpression.ll
    llvm/trunk/test/Assembler/mdfile-escaped-chars.ll
    llvm/trunk/test/Assembler/mdglobalvariable.ll
    llvm/trunk/test/Assembler/mdimportedentity.ll
    llvm/trunk/test/Assembler/mdlexicalblock.ll
    llvm/trunk/test/Assembler/mdlocalvariable.ll
    llvm/trunk/test/Assembler/mdlocation.ll
    llvm/trunk/test/Assembler/mdnamespace.ll
    llvm/trunk/test/Assembler/mdobjcproperty.ll
    llvm/trunk/test/Assembler/mdsubprogram.ll
    llvm/trunk/test/Assembler/mdsubrange-empty-array.ll
    llvm/trunk/test/Assembler/mdsubroutinetype.ll
    llvm/trunk/test/Assembler/mdtemplateparameter.ll
    llvm/trunk/test/Assembler/mdtype-large-values.ll

Copied: llvm/trunk/test/Assembler/dicompileunit.ll (from r238844, llvm/trunk/test/Assembler/mdcompileunit.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dicompileunit.ll?p2=llvm/trunk/test/Assembler/dicompileunit.ll&p1=llvm/trunk/test/Assembler/mdcompileunit.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/diexpression.ll (from r238844, llvm/trunk/test/Assembler/mdexpression.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/diexpression.ll?p2=llvm/trunk/test/Assembler/diexpression.ll&p1=llvm/trunk/test/Assembler/mdexpression.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/difile-escaped-chars.ll (from r238844, llvm/trunk/test/Assembler/mdfile-escaped-chars.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/difile-escaped-chars.ll?p2=llvm/trunk/test/Assembler/difile-escaped-chars.ll&p1=llvm/trunk/test/Assembler/mdfile-escaped-chars.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/diglobalvariable.ll (from r238844, llvm/trunk/test/Assembler/mdglobalvariable.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/diglobalvariable.ll?p2=llvm/trunk/test/Assembler/diglobalvariable.ll&p1=llvm/trunk/test/Assembler/mdglobalvariable.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/diimportedentity.ll (from r238844, llvm/trunk/test/Assembler/mdimportedentity.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/diimportedentity.ll?p2=llvm/trunk/test/Assembler/diimportedentity.ll&p1=llvm/trunk/test/Assembler/mdimportedentity.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/dilexicalblock.ll (from r238844, llvm/trunk/test/Assembler/mdlexicalblock.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dilexicalblock.ll?p2=llvm/trunk/test/Assembler/dilexicalblock.ll&p1=llvm/trunk/test/Assembler/mdlexicalblock.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/dilocalvariable.ll (from r238844, llvm/trunk/test/Assembler/mdlocalvariable.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dilocalvariable.ll?p2=llvm/trunk/test/Assembler/dilocalvariable.ll&p1=llvm/trunk/test/Assembler/mdlocalvariable.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/dilocation.ll (from r238844, llvm/trunk/test/Assembler/mdlocation.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dilocation.ll?p2=llvm/trunk/test/Assembler/dilocation.ll&p1=llvm/trunk/test/Assembler/mdlocation.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/dinamespace.ll (from r238844, llvm/trunk/test/Assembler/mdnamespace.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dinamespace.ll?p2=llvm/trunk/test/Assembler/dinamespace.ll&p1=llvm/trunk/test/Assembler/mdnamespace.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/diobjcproperty.ll (from r238844, llvm/trunk/test/Assembler/mdobjcproperty.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/diobjcproperty.ll?p2=llvm/trunk/test/Assembler/diobjcproperty.ll&p1=llvm/trunk/test/Assembler/mdobjcproperty.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/disubprogram.ll (from r238844, llvm/trunk/test/Assembler/mdsubprogram.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/disubprogram.ll?p2=llvm/trunk/test/Assembler/disubprogram.ll&p1=llvm/trunk/test/Assembler/mdsubprogram.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/disubrange-empty-array.ll (from r238844, llvm/trunk/test/Assembler/mdsubrange-empty-array.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/disubrange-empty-array.ll?p2=llvm/trunk/test/Assembler/disubrange-empty-array.ll&p1=llvm/trunk/test/Assembler/mdsubrange-empty-array.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/disubroutinetype.ll (from r238844, llvm/trunk/test/Assembler/mdsubroutinetype.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/disubroutinetype.ll?p2=llvm/trunk/test/Assembler/disubroutinetype.ll&p1=llvm/trunk/test/Assembler/mdsubroutinetype.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/ditemplateparameter.ll (from r238844, llvm/trunk/test/Assembler/mdtemplateparameter.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/ditemplateparameter.ll?p2=llvm/trunk/test/Assembler/ditemplateparameter.ll&p1=llvm/trunk/test/Assembler/mdtemplateparameter.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/ditype-large-values.ll (from r238844, llvm/trunk/test/Assembler/mdtype-large-values.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/ditype-large-values.ll?p2=llvm/trunk/test/Assembler/ditype-large-values.ll&p1=llvm/trunk/test/Assembler/mdtype-large-values.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dicompileunit-language-bad.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dicompileunit-language-bad.ll?p2=llvm/trunk/test/Assembler/invalid-dicompileunit-language-bad.ll&p1=llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dicompileunit-language-overflow.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dicompileunit-language-overflow.ll?p2=llvm/trunk/test/Assembler/invalid-dicompileunit-language-overflow.ll&p1=llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dicompileunit-missing-language.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dicompileunit-missing-language.ll?p2=llvm/trunk/test/Assembler/invalid-dicompileunit-missing-language.ll&p1=llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dicompileunit-null-file.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dicompileunit-null-file.ll?p2=llvm/trunk/test/Assembler/invalid-dicompileunit-null-file.ll&p1=llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dicompositetype-missing-tag.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dicompositetype-missing-tag.ll?p2=llvm/trunk/test/Assembler/invalid-dicompositetype-missing-tag.ll&p1=llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diderivedtype-missing-basetype.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diderivedtype-missing-basetype.ll?p2=llvm/trunk/test/Assembler/invalid-diderivedtype-missing-basetype.ll&p1=llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diderivedtype-missing-tag.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diderivedtype-missing-tag.ll?p2=llvm/trunk/test/Assembler/invalid-diderivedtype-missing-tag.ll&p1=llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dienumerator-missing-name.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dienumerator-missing-name.ll?p2=llvm/trunk/test/Assembler/invalid-dienumerator-missing-name.ll&p1=llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dienumerator-missing-value.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dienumerator-missing-value.ll?p2=llvm/trunk/test/Assembler/invalid-dienumerator-missing-value.ll&p1=llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diexpression-large.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdexpression-large.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diexpression-large.ll?p2=llvm/trunk/test/Assembler/invalid-diexpression-large.ll&p1=llvm/trunk/test/Assembler/invalid-mdexpression-large.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diexpression-verify.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diexpression-verify.ll?p2=llvm/trunk/test/Assembler/invalid-diexpression-verify.ll&p1=llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-difile-missing-directory.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-difile-missing-directory.ll?p2=llvm/trunk/test/Assembler/invalid-difile-missing-directory.ll&p1=llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-difile-missing-filename.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-difile-missing-filename.ll?p2=llvm/trunk/test/Assembler/invalid-difile-missing-filename.ll&p1=llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diglobalvariable-empty-name.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diglobalvariable-empty-name.ll?p2=llvm/trunk/test/Assembler/invalid-diglobalvariable-empty-name.ll&p1=llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diglobalvariable-missing-name.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diglobalvariable-missing-name.ll?p2=llvm/trunk/test/Assembler/invalid-diglobalvariable-missing-name.ll&p1=llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diimportedentity-missing-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diimportedentity-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-diimportedentity-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-diimportedentity-missing-tag.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-diimportedentity-missing-tag.ll?p2=llvm/trunk/test/Assembler/invalid-diimportedentity-missing-tag.ll&p1=llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilexicalblock-missing-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilexicalblock-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilexicalblock-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilexicalblock-null-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilexicalblock-null-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilexicalblock-null-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll?p2=llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilexicalblockfile-null-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilexicalblockfile-null-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilexicalblockfile-null-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-tag.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-tag.ll?p2=llvm/trunk/test/Assembler/invalid-dilocalvariable-missing-tag.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocalvariable-null-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocalvariable-null-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilocalvariable-null-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-field-bad.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-field-bad.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-field-bad.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-field-twice.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-field-twice.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-field-twice.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-missing-scope-2.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-missing-scope-2.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-missing-scope-2.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-missing-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-null-scope.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-null-scope.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-null-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-overflow-column.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-overflow-column.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-overflow-column.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dilocation-overflow-line.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dilocation-overflow-line.ll?p2=llvm/trunk/test/Assembler/invalid-dilocation-overflow-line.ll&p1=llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-dinamespace-missing-namespace.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-dinamespace-missing-namespace.ll?p2=llvm/trunk/test/Assembler/invalid-dinamespace-missing-namespace.ll&p1=llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-disubrange-count-large.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-disubrange-count-large.ll?p2=llvm/trunk/test/Assembler/invalid-disubrange-count-large.ll&p1=llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-disubrange-count-missing.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-disubrange-count-missing.ll?p2=llvm/trunk/test/Assembler/invalid-disubrange-count-missing.ll&p1=llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-disubrange-count-negative.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-disubrange-count-negative.ll?p2=llvm/trunk/test/Assembler/invalid-disubrange-count-negative.ll&p1=llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-max.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-max.ll?p2=llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-max.ll&p1=llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-min.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-min.ll?p2=llvm/trunk/test/Assembler/invalid-disubrange-lowerBound-min.ll&p1=llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-disubroutinetype-missing-types.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-disubroutinetype-missing-types.ll?p2=llvm/trunk/test/Assembler/invalid-disubroutinetype-missing-types.ll&p1=llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll?p2=llvm/trunk/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll&p1=llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Copied: llvm/trunk/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll (from r238844, llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll?p2=llvm/trunk/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll&p1=llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll&r1=238844&r2=238853&rev=238853&view=diff
==============================================================================
    (empty)

Removed: llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdcompileunit-language-bad.ll (removed)
@@ -1,5 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:31: error: invalid DWARF language 'DW_LANG_NoSuchLanguage'
-!0 = !DICompileUnit(language: DW_LANG_NoSuchLanguage,
-                    file: !DIFile(filename: "a", directory: "b"))

Removed: llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdcompileunit-language-overflow.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK-NOT: error:
-!0 = !DICompileUnit(language: 65535,
-                    file: !DIFile(filename: "a", directory: "b"))
-
-; CHECK: <stdin>:[[@LINE+1]]:31: error: value for 'language' too large, limit is 65535
-!1 = !DICompileUnit(language: 65536,
-                    file: !DIFile(filename: "a", directory: "b"))

Removed: llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdcompileunit-missing-language.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:65: error: missing required field 'language'
-!0 = !DICompileUnit(file: !DIFile(filename: "a", directory: "b"))

Removed: llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdcompileunit-null-file.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:27: error: 'file' cannot be null
-!0 = !DICompileUnit(file: null)

Removed: llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdcompositetype-missing-tag.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:36: error: missing required field 'tag'
-!25 = !DICompositeType(name: "Type")

Removed: llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-basetype.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:45: error: missing required field 'baseType'
-!0 = !DIDerivedType(tag: DW_TAG_pointer_type)

Removed: llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdderivedtype-missing-tag.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:34: error: missing required field 'tag'
-!0 = !DIDerivedType(baseType: !{})

Removed: llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdenumerator-missing-name.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:28: error: missing required field 'name'
-!0 = !DIEnumerator(value: 7)

Removed: llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdenumerator-missing-value.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:32: error: missing required field 'value'
-!0 = !DIEnumerator(name: "name")

Removed: llvm/trunk/test/Assembler/invalid-mdexpression-large.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdexpression-large.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdexpression-large.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdexpression-large.ll (removed)
@@ -1,7 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK-NOT: error:
-!0 = !DIExpression(18446744073709551615)
-
-; CHECK: <stdin>:[[@LINE+1]]:20: error: element too large, limit is 18446744073709551615
-!1 = !DIExpression(18446744073709551616)

Removed: llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdexpression-verify.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck -check-prefix VERIFY %s
-; RUN: llvm-as -disable-verify < %s | llvm-dis | FileCheck -check-prefix NOVERIFY %s
-
-; NOVERIFY: !named = !{!0}
-!named = !{!0}
-
-; NOVERIFY: !0 = !DIExpression(0, 1, 9, 7, 2)
-; VERIFY: assembly parsed, but does not verify
-!0 = !DIExpression(0, 1, 9, 7, 2)

Removed: llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdfile-missing-directory.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:30: error: missing required field 'directory'
-!0 = !DIFile(filename: "file")

Removed: llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdfile-missing-filename.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:30: error: missing required field 'filename'
-!0 = !DIFile(directory: "dir")

Removed: llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdglobalvariable-empty-name.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:30: error: 'name' cannot be empty
-!0 = !DIGlobalVariable(name: "")

Removed: llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdglobalvariable-missing-name.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:24: error: missing required field 'name'
-!0 = !DIGlobalVariable()

Removed: llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:51: error: missing required field 'scope'
-!3 = !DIImportedEntity(tag: DW_TAG_imported_module)

Removed: llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-tag.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:33: error: missing required field 'tag'
-!3 = !DIImportedEntity(scope: !0)

Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:29: error: missing required field 'scope'
-!0 = !DILexicalBlock(line: 7)

Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblock-null-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:29: error: 'scope' cannot be null
-!0 = !DILexicalBlock(scope: null)

Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:36: error: missing required field 'discriminator'
-!0 = !DILexicalBlockFile(scope: !{})

Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:42: error: missing required field 'scope'
-!0 = !DILexicalBlockFile(discriminator: 0)

Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:33: error: 'scope' cannot be null
-!0 = !DILexicalBlockFile(scope: null)

Removed: llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:48: error: missing required field 'scope'
-!0 = !DILocalVariable(tag: DW_TAG_auto_variable)

Removed: llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocalvariable-missing-tag.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:45: error: missing required field 'tag'
-!0 = !DILocalVariable(scope: !DISubprogram())

Removed: llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocalvariable-null-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:30: error: 'scope' cannot be null
-!0 = !DILocalVariable(scope: null)

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-field-bad.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:18: error: invalid field 'bad'
-!0 = !DILocation(bad: 0)

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-field-twice.ll (removed)
@@ -1,6 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-!0 = !{}
-
-; CHECK: <stdin>:[[@LINE+1]]:38: error: field 'line' cannot be specified more than once
-!1 = !DILocation(line: 3, scope: !0, line: 3)

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope-2.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:25: error: missing required field 'scope'
-!0 = !DILocation(line: 7)

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-missing-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:18: error: missing required field 'scope'
-!0 = !DILocation()

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-null-scope.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: <stdin>:[[@LINE+1]]:25: error: 'scope' cannot be null
-!0 = !DILocation(scope: null)

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-overflow-column.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-!0 = !{}
-
-; CHECK-NOT: error:
-!1 = !DILocation(column: 65535, scope: !0)
-
-; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'column' too large, limit is 65535
-!2 = !DILocation(column: 65536, scope: !0)

Removed: llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlocation-overflow-line.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-!0 = !{}
-
-; CHECK-NOT: error:
-!1 = !DILocation(line: 4294967295, scope: !0)
-
-; CHECK: <stdin>:[[@LINE+1]]:24: error: value for 'line' too large, limit is 4294967295
-!2 = !DILocation(line: 4294967296, scope: !0)

Removed: llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdnamespace-missing-namespace.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:36: error: missing required field 'scope'
-!0 = !DINamespace(name: "Namespace")

Removed: llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdsubrange-count-large.ll (removed)
@@ -1,7 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK-NOT: error:
-!0 = !DISubrange(count: 9223372036854775807)
-
-; CHECK: <stdin>:[[@LINE+1]]:25: error: value for 'count' too large, limit is 9223372036854775807
-!1 = !DISubrange(count: 9223372036854775808)

Removed: llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdsubrange-count-missing.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:32: error: missing required field 'count'
-!0 = !DISubrange(lowerBound: -3)

Removed: llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdsubrange-count-negative.ll (removed)
@@ -1,7 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK-NOT: error:
-!0 = !DISubrange(count: -1)
-
-; CHECK: <stdin>:[[@LINE+1]]:25: error: value for 'count' too small, limit is -1
-!0 = !DISubrange(count: -2)

Removed: llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-max.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:41: error: value for 'lowerBound' too large, limit is 9223372036854775807
-!0 = !DISubrange(count: 30, lowerBound: 9223372036854775808)

Removed: llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdsubrange-lowerBound-min.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:41: error: value for 'lowerBound' too small, limit is -9223372036854775808
-!0 = !DISubrange(count: 30, lowerBound: -9223372036854775809)

Removed: llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdsubroutinetype-missing-types.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:65: error: missing required field 'types'
-!29 = !DISubroutineType(flags: DIFlagPublic | DIFlagStaticMember)

Removed: llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll (removed)
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+1]]:44: error: missing required field 'type'
-!0 = !DITemplateTypeParameter(name: "param")

Removed: llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll (removed)
@@ -1,5 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+2]]:41: error: missing required field 'value'
-!0 = !DITemplateValueParameter(tag: DW_TAG_template_value_parameter,
-                               type: !{})

Removed: llvm/trunk/test/Assembler/mdcompileunit.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdcompileunit.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdcompileunit.ll (original)
+++ llvm/trunk/test/Assembler/mdcompileunit.ll (removed)
@@ -1,31 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !7, !8, !8}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9, !10}
-
-!0 = distinct !{}
-!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-!2 = distinct !{}
-!3 = distinct !{}
-!4 = distinct !{}
-!5 = distinct !{}
-!6 = distinct !{}
-
-; CHECK: !7 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimized: true, flags: "-O2", runtimeVersion: 2, splitDebugFilename: "abc.debug", emissionKind: 3, enums: !2, retainedTypes: !3, subprograms: !4, globals: !5, imports: !6, dwoId: 42)
-!7 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang",
-                    isOptimized: true, flags: "-O2", runtimeVersion: 2,
-                    splitDebugFilename: "abc.debug", emissionKind: 3,
-                    enums: !2, retainedTypes: !3, subprograms: !4,
-                    globals: !5, imports: !6, dwoId: 42)
-!8 = !DICompileUnit(language: 12, file: !1, producer: "clang",
-                    isOptimized: true, flags: "-O2", runtimeVersion: 2,
-                    splitDebugFilename: "abc.debug", emissionKind: 3,
-                    enums: !2, retainedTypes: !3, subprograms: !4,
-                    globals: !5, imports: !6, dwoId: 42)
-
-; CHECK: !8 = !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeVersion: 0, emissionKind: 0)
-!9 = !DICompileUnit(language: 12, file: !1, producer: "",
-                    isOptimized: false, flags: "", runtimeVersion: 0,
-                    splitDebugFilename: "", emissionKind: 0)
-!10 = !DICompileUnit(language: 12, file: !1)

Removed: llvm/trunk/test/Assembler/mdexpression.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdexpression.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdexpression.ll (original)
+++ llvm/trunk/test/Assembler/mdexpression.ll (removed)
@@ -1,16 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !4}
-!named = !{!0, !1, !2, !3, !4}
-
-; CHECK:      !0 = !DIExpression()
-; CHECK-NEXT: !1 = !DIExpression(DW_OP_deref)
-; CHECK-NEXT: !2 = !DIExpression(DW_OP_plus, 3)
-; CHECK-NEXT: !3 = !DIExpression(DW_OP_bit_piece, 3, 7)
-; CHECK-NEXT: !4 = !DIExpression(DW_OP_deref, DW_OP_plus, 3, DW_OP_bit_piece, 3, 7)
-!0 = !DIExpression()
-!1 = !DIExpression(DW_OP_deref)
-!2 = !DIExpression(DW_OP_plus, 3)
-!3 = !DIExpression(DW_OP_bit_piece, 3, 7)
-!4 = !DIExpression(DW_OP_deref, DW_OP_plus, 3, DW_OP_bit_piece, 3, 7)

Removed: llvm/trunk/test/Assembler/mdfile-escaped-chars.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdfile-escaped-chars.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdfile-escaped-chars.ll (original)
+++ llvm/trunk/test/Assembler/mdfile-escaped-chars.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; Spot-check that metadata string fields are correctly escaped.
-
-!named = !{!0}
-
-; CHECK: !0 = !DIFile(filename: "\00\01\02\80\81\82\FD\FE\FF", directory: "/dir")
-!0 = !DIFile(filename: "\00\01\02\80\81\82\FD\FE\FF", directory: "/dir")

Removed: llvm/trunk/test/Assembler/mdglobalvariable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdglobalvariable.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdglobalvariable.ll (original)
+++ llvm/trunk/test/Assembler/mdglobalvariable.ll (removed)
@@ -1,27 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
- at foo = global i32 0
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
-
-!0 = !DIFile(filename: "scope.h", directory: "/path/to/dir")
-!1 = distinct !{}
-!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-!3 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
-!4 = distinct !{}
-
-; CHECK: !5 = !DIGlobalVariable(name: "foo", linkageName: "foo", scope: !0, file: !2, line: 7, type: !3, isLocal: true, isDefinition: false, variable: i32* @foo)
-!5 = !DIGlobalVariable(name: "foo", linkageName: "foo", scope: !0,
-                       file: !2, line: 7, type: !3, isLocal: true,
-                       isDefinition: false, variable: i32* @foo)
-
-; CHECK: !6 = !DIGlobalVariable(name: "foo", scope: !0, isLocal: false, isDefinition: true)
-!6 = !DIGlobalVariable(name: "foo", scope: !0)
-
-!7 = !DICompositeType(tag: DW_TAG_structure_type, name: "Class", size: 8, align: 8)
-!8 = !DIDerivedType(tag: DW_TAG_member, name: "mem", flags: DIFlagStaticMember, scope: !7, baseType: !3)
-
-; CHECK: !9 = !DIGlobalVariable(name: "mem", scope: !0, isLocal: false, isDefinition: true, declaration: !8)
-!9 = !DIGlobalVariable(name: "mem", scope: !0, declaration: !8)

Removed: llvm/trunk/test/Assembler/mdimportedentity.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdimportedentity.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdimportedentity.ll (original)
+++ llvm/trunk/test/Assembler/mdimportedentity.ll (removed)
@@ -1,20 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !3}
-!named = !{!0, !1, !2, !3, !4}
-
-; CHECK:      !0 = !DISubprogram({{.*}})
-; CHECK-NEXT: !1 = !DICompositeType({{.*}})
-!0 = !DISubprogram(name: "foo")
-!1 = !DICompositeType(tag: DW_TAG_structure_type, name: "Class", size: 32, align: 32)
-
-; CHECK-NEXT: !2 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "foo", scope: !0, entity: !1, line: 7)
-!2 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "foo", scope: !0,
-                       entity: !1, line: 7)
-
-; CHECK-NEXT: !3 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !0)
-!3 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !0)
-!4 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "", scope: !0, entity: null,
-                       line: 0)
-

Removed: llvm/trunk/test/Assembler/mdlexicalblock.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdlexicalblock.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdlexicalblock.ll (original)
+++ llvm/trunk/test/Assembler/mdlexicalblock.ll (removed)
@@ -1,25 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !4, !5, !6, !7, !7}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
-
-!0 = distinct !{}
-!1 = !DISubprogram(name: "foo", scope: !2)
-!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-
-; CHECK: !3 = !DILexicalBlock(scope: !1, file: !2, line: 7, column: 35)
-!3 = !DILexicalBlock(scope: !1, file: !2, line: 7, column: 35)
-
-; CHECK: !4 = !DILexicalBlock(scope: !1)
-!4 = !DILexicalBlock(scope: !1)
-!5 = !DILexicalBlock(scope: !1, file: null, line: 0, column: 0)
-
-; CHECK: !5 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 0)
-; CHECK: !6 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 1)
-!6 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 0)
-!7 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 1)
-
-; CHECK: !7 = !DILexicalBlockFile(scope: !3, discriminator: 7)
-!8 = !DILexicalBlockFile(scope: !3, discriminator: 7)
-!9 = !DILexicalBlockFile(scope: !3, file: null, discriminator: 7)

Removed: llvm/trunk/test/Assembler/mdlocalvariable.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdlocalvariable.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdlocalvariable.ll (original)
+++ llvm/trunk/test/Assembler/mdlocalvariable.ll (removed)
@@ -1,26 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
- at foo = global i32 0
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
-
-!0 = distinct !DISubprogram()
-!1 = distinct !{}
-!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-!3 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
-!4 = !DILocation(scope: !0)
-
-; CHECK: !5 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "foo", arg: 3, scope: !0, file: !2, line: 7, type: !3, flags: DIFlagArtificial)
-; CHECK: !6 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "foo", scope: !0, file: !2, line: 7, type: !3, flags: DIFlagArtificial)
-!5 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "foo", arg: 3,
-                      scope: !0, file: !2, line: 7, type: !3,
-                      flags: DIFlagArtificial)
-!6 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "foo", scope: !0,
-                      file: !2, line: 7, type: !3, flags: DIFlagArtificial)
-
-; CHECK: !7 = !DILocalVariable(tag: DW_TAG_arg_variable, arg: 0, scope: !0)
-; CHECK: !8 = !DILocalVariable(tag: DW_TAG_auto_variable, scope: !0)
-!7 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !0)
-!8 = !DILocalVariable(tag: DW_TAG_auto_variable, scope: !0)

Removed: llvm/trunk/test/Assembler/mdlocation.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdlocation.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdlocation.ll (original)
+++ llvm/trunk/test/Assembler/mdlocation.ll (removed)
@@ -1,23 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !1, !2, !2, !3, !3, !4}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7}
-
-; CHECK: !0 = !DISubprogram(
-!0 = !DISubprogram()
-
-; CHECK-NEXT: !1 = !DILocation(line: 3, column: 7, scope: !0)
-!1 = !DILocation(line: 3, column: 7, scope: !0)
-!2 = !DILocation(scope: !0, column: 7, line: 3)
-
-; CHECK-NEXT: !2 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
-!3 = !DILocation(scope: !0, inlinedAt: !1, column: 7, line: 3)
-!4 = !DILocation(column: 7, line: 3, scope: !0, inlinedAt: !1)
-
-; CHECK-NEXT: !3 = !DILocation(line: 0, scope: !0)
-!5 = !DILocation(scope: !0)
-!6 = !DILocation(scope: !0, column: 0, line: 0)
-
-; CHECK-NEXT: !4 = !DILocation(line: 4294967295, column: 65535, scope: !0)
-!7 = !DILocation(line: 4294967295, column: 65535, scope: !0)

Removed: llvm/trunk/test/Assembler/mdnamespace.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdnamespace.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdnamespace.ll (original)
+++ llvm/trunk/test/Assembler/mdnamespace.ll (removed)
@@ -1,16 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !4}
-!named = !{!0, !1, !2, !3, !4, !5}
-
-!0 = !DIFile(filename: "file.cpp", directory: "/path/to/dir")
-!1 = distinct !{}
-!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-
-; CHECK: !3 = !DINamespace(name: "Namespace", scope: !0, file: !2, line: 7)
-!3 = !DINamespace(name: "Namespace", scope: !0, file: !2, line: 7)
-
-; CHECK: !4 = !DINamespace(scope: !0)
-!4 = !DINamespace(name: "", scope: !0, file: null, line: 0)
-!5 = !DINamespace(scope: !0)

Removed: llvm/trunk/test/Assembler/mdobjcproperty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdobjcproperty.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdobjcproperty.ll (original)
+++ llvm/trunk/test/Assembler/mdobjcproperty.ll (removed)
@@ -1,19 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !4}
-!named = !{!0, !1, !2, !3, !4, !5}
-
-!0 = distinct !{}
-!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-!2 = !DICompositeType(tag: DW_TAG_structure_type, name: "Object")
-
-; CHECK: !2 = !DICompositeType({{.*}})
-; CHECK-NEXT: !3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, type: !2)
-!3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo",
-                     getter: "getFoo", attributes: 7, type: !2)
-
-; CHECK-NEXT: !4 = !DIObjCProperty()
-!4 = !DIObjCProperty(name: "", file: null, line: 0, setter: "", getter: "",
-                     attributes: 0, type: null)
-!5 = !DIObjCProperty()

Removed: llvm/trunk/test/Assembler/mdsubprogram.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdsubprogram.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdsubprogram.ll (original)
+++ llvm/trunk/test/Assembler/mdsubprogram.ll (removed)
@@ -1,28 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-declare void @_Z3foov()
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9}
-
-!0 = !{null}
-!1 = distinct !DICompositeType(tag: DW_TAG_structure_type)
-!2 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
-!3 = !DISubroutineType(types: !0)
-!4 = distinct !DICompositeType(tag: DW_TAG_structure_type)
-!5 = distinct !{}
-!6 = distinct !DISubprogram(isDefinition: false)
-!7 = distinct !{}
-
-; CHECK: !8 = !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1, file: !2, line: 7, type: !3, isLocal: true, isDefinition: false, scopeLine: 8, containingType: !4, virtuality: DW_VIRTUALITY_pure_virtual, virtualIndex: 10, flags: DIFlagPrototyped, isOptimized: true, function: void ()* @_Z3foov, templateParams: !5, declaration: !6, variables: !7)
-!8 = !DISubprogram(name: "foo", linkageName: "_Zfoov", scope: !1,
-                   file: !2, line: 7, type: !3, isLocal: true,
-                   isDefinition: false, scopeLine: 8, containingType: !4,
-                   virtuality: DW_VIRTUALITY_pure_virtual, virtualIndex: 10,
-                   flags: DIFlagPrototyped, isOptimized: true, function: void ()* @_Z3foov,
-                   templateParams: !5, declaration: !6, variables: !7)
-
-; CHECK: !9 = !DISubprogram(scope: null, isLocal: false, isDefinition: true, isOptimized: false)
-!9 = !DISubprogram()
-

Removed: llvm/trunk/test/Assembler/mdsubrange-empty-array.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdsubrange-empty-array.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdsubrange-empty-array.ll (original)
+++ llvm/trunk/test/Assembler/mdsubrange-empty-array.ll (removed)
@@ -1,14 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !0, !1, !2}
-!named = !{!0, !1, !2, !3}
-
-; CHECK:      !0 = !DISubrange(count: -1)
-; CHECK-NEXT: !1 = !DISubrange(count: -1, lowerBound: 4)
-; CHECK-NEXT: !2 = !DISubrange(count: -1, lowerBound: -5)
-!0 = !DISubrange(count: -1)
-!1 = !DISubrange(count: -1, lowerBound: 0)
-
-!2 = !DISubrange(count: -1, lowerBound: 4)
-!3 = !DISubrange(count: -1, lowerBound: -5)

Removed: llvm/trunk/test/Assembler/mdsubroutinetype.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdsubroutinetype.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdsubroutinetype.ll (original)
+++ llvm/trunk/test/Assembler/mdsubroutinetype.ll (removed)
@@ -1,23 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
-
-!0 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
-!1 = !{null}
-!2 = !{null, !0}
-!3 = !{!0, !0, !0}
-
-
-; CHECK: !4 = !DISubroutineType(types: !1)
-; CHECK: !5 = !DISubroutineType(types: !2)
-; CHECK: !6 = !DISubroutineType(types: !3)
-; CHECK: !7 = !DISubroutineType(flags: DIFlagLValueReference, types: !3)
-!4 = !DISubroutineType(types: !1)
-!5 = !DISubroutineType(types: !2)
-!6 = !DISubroutineType(types: !3)
-!7 = !DISubroutineType(flags: DIFlagLValueReference, types: !3)
-
-; CHECK: !8 = !DISubroutineType(types: null)
-!8 = !DISubroutineType(types: null)

Removed: llvm/trunk/test/Assembler/mdtemplateparameter.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdtemplateparameter.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdtemplateparameter.ll (original)
+++ llvm/trunk/test/Assembler/mdtemplateparameter.ll (removed)
@@ -1,24 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2, !3, !3, !4, !5, !5, !6}
-!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
-
-!0 = distinct !{}
-!1 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
-; CHECK: !1 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
-
-; CHECK-NEXT: !2 = !DITemplateTypeParameter(name: "Ty", type: !1)
-; CHECK-NEXT: !3 = !DITemplateTypeParameter(type: !1)
-!2 = !DITemplateTypeParameter(name: "Ty", type: !1)
-!3 = !DITemplateTypeParameter(type: !1)
-!4 = !DITemplateTypeParameter(name: "", type: !1)
-
-; CHECK-NEXT: !4 = !DITemplateValueParameter(name: "V", type: !1, value: i32 7)
-; CHECK-NEXT: !5 = !DITemplateValueParameter(type: !1, value: i32 7)
-; CHECK-NEXT: !6 = !DITemplateValueParameter(tag: DW_TAG_GNU_template_template_param, name: "param", type: !1, value: !"template")
-!5 = !DITemplateValueParameter(name: "V", type: !1, value: i32 7)
-!6 = !DITemplateValueParameter(type: !1, value: i32 7)
-!7 = !DITemplateValueParameter(tag: DW_TAG_template_value_parameter,
-                               name: "", type: !1, value: i32 7)
-!8 = !DITemplateValueParameter(tag: DW_TAG_GNU_template_template_param, name: "param", type: !1, value: !"template")

Removed: llvm/trunk/test/Assembler/mdtype-large-values.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/mdtype-large-values.ll?rev=238852&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/mdtype-large-values.ll (original)
+++ llvm/trunk/test/Assembler/mdtype-large-values.ll (removed)
@@ -1,12 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-
-; CHECK: !named = !{!0, !1, !2}
-!named = !{!0, !1, !2}
-
-; CHECK:      !0 = !DIBasicType(name: "name", size: 18446744073709551615, align: 18446744073709551614, encoding: DW_ATE_unsigned_char)
-; CHECK-NEXT: !1 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !0, size: 18446744073709551615, align: 18446744073709551614, offset: 18446744073709551613)
-; CHECK-NEXT: !2 = !DICompositeType(tag: DW_TAG_array_type, baseType: !0, size: 18446744073709551615, align: 18446744073709551614, offset: 18446744073709551613)
-!0 = !DIBasicType(tag: DW_TAG_base_type, name: "name", size: 18446744073709551615, align: 18446744073709551614, encoding: DW_ATE_unsigned_char)
-!1 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !0, size: 18446744073709551615, align: 18446744073709551614, offset: 18446744073709551613)
-!2 = !DICompositeType(tag: DW_TAG_array_type, baseType: !0, size: 18446744073709551615, align: 18446744073709551614, offset: 18446744073709551613)





More information about the llvm-commits mailing list