]> granicus.if.org Git - llvm/commitdiff
DebugInfo: Rename testcases from MD* to DI*, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 2 Jun 2015 17:13:25 +0000 (17:13 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 2 Jun 2015 17:13:25 +0000 (17:13 +0000)
As a follow-up to r236120, rename testcases to match the new names.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238853 91177308-0d34-0410-b5e6-96231b3b80d8

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