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)
commit31ed6b767b9a595f88d6999a5c733d1ff0f94e66
treecf3423f29134ba791f88c1fb19a5b05e7ddb8ac2
parent6c55f8dda7685c49a69e3be1f1ac45328f469078
DebugInfo: Rename testcases from MD* to DI*, NFC

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