diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-06-02 17:13:25 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-06-02 17:13:25 +0000 |
commit | 9ce58b1cfbb125c77dc7a89e43b767727c7bb4db (patch) | |
tree | 29143410ce368b4cbacca7864c236473ae875f1f | |
parent | 677acee5031e44ab7d8fdb5d49679ee0b6a7f020 (diff) | |
download | bcm5719-llvm-9ce58b1cfbb125c77dc7a89e43b767727c7bb4db.tar.gz bcm5719-llvm-9ce58b1cfbb125c77dc7a89e43b767727c7bb4db.zip |
DebugInfo: Rename testcases from MD* to DI*, NFC
As a follow-up to r236120, rename testcases to match the new names.
llvm-svn: 238853
-rw-r--r-- | llvm/test/Assembler/dicompileunit.ll (renamed from llvm/test/Assembler/mdcompileunit.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/diexpression.ll (renamed from llvm/test/Assembler/mdexpression.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/difile-escaped-chars.ll (renamed from llvm/test/Assembler/mdfile-escaped-chars.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/diglobalvariable.ll (renamed from llvm/test/Assembler/mdglobalvariable.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/diimportedentity.ll (renamed from llvm/test/Assembler/mdimportedentity.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/dilexicalblock.ll (renamed from llvm/test/Assembler/mdlexicalblock.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/dilocalvariable.ll (renamed from llvm/test/Assembler/mdlocalvariable.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/dilocation.ll (renamed from llvm/test/Assembler/mdlocation.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/dinamespace.ll (renamed from llvm/test/Assembler/mdnamespace.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/diobjcproperty.ll (renamed from llvm/test/Assembler/mdobjcproperty.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/disubprogram.ll (renamed from llvm/test/Assembler/mdsubprogram.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/disubrange-empty-array.ll (renamed from llvm/test/Assembler/mdsubrange-empty-array.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/disubroutinetype.ll (renamed from llvm/test/Assembler/mdsubroutinetype.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/ditemplateparameter.ll (renamed from llvm/test/Assembler/mdtemplateparameter.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/ditype-large-values.ll (renamed from llvm/test/Assembler/mdtype-large-values.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dicompileunit-language-bad.ll (renamed from llvm/test/Assembler/invalid-mdcompileunit-language-bad.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dicompileunit-language-overflow.ll (renamed from llvm/test/Assembler/invalid-mdcompileunit-language-overflow.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dicompileunit-missing-language.ll (renamed from llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dicompileunit-null-file.ll (renamed from llvm/test/Assembler/invalid-mdcompileunit-null-file.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dicompositetype-missing-tag.ll (renamed from llvm/test/Assembler/invalid-mdcompositetype-missing-tag.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diderivedtype-missing-basetype.ll (renamed from llvm/test/Assembler/invalid-mdderivedtype-missing-basetype.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diderivedtype-missing-tag.ll (renamed from llvm/test/Assembler/invalid-mdderivedtype-missing-tag.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dienumerator-missing-name.ll (renamed from llvm/test/Assembler/invalid-mdenumerator-missing-name.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dienumerator-missing-value.ll (renamed from llvm/test/Assembler/invalid-mdenumerator-missing-value.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diexpression-large.ll (renamed from llvm/test/Assembler/invalid-mdexpression-large.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diexpression-verify.ll (renamed from llvm/test/Assembler/invalid-mdexpression-verify.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-difile-missing-directory.ll (renamed from llvm/test/Assembler/invalid-mdfile-missing-directory.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-difile-missing-filename.ll (renamed from llvm/test/Assembler/invalid-mdfile-missing-filename.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diglobalvariable-empty-name.ll (renamed from llvm/test/Assembler/invalid-mdglobalvariable-empty-name.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diglobalvariable-missing-name.ll (renamed from llvm/test/Assembler/invalid-mdglobalvariable-missing-name.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diimportedentity-missing-scope.ll (renamed from llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-diimportedentity-missing-tag.ll (renamed from llvm/test/Assembler/invalid-mdimportedentity-missing-tag.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilexicalblock-missing-scope.ll (renamed from llvm/test/Assembler/invalid-mdlexicalblock-missing-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilexicalblock-null-scope.ll (renamed from llvm/test/Assembler/invalid-mdlexicalblock-null-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll (renamed from llvm/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll (renamed from llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilexicalblockfile-null-scope.ll (renamed from llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocalvariable-missing-scope.ll (renamed from llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocalvariable-missing-tag.ll (renamed from llvm/test/Assembler/invalid-mdlocalvariable-missing-tag.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocalvariable-null-scope.ll (renamed from llvm/test/Assembler/invalid-mdlocalvariable-null-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-field-bad.ll (renamed from llvm/test/Assembler/invalid-mdlocation-field-bad.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-field-twice.ll (renamed from llvm/test/Assembler/invalid-mdlocation-field-twice.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-missing-scope-2.ll (renamed from llvm/test/Assembler/invalid-mdlocation-missing-scope-2.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-missing-scope.ll (renamed from llvm/test/Assembler/invalid-mdlocation-missing-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-null-scope.ll (renamed from llvm/test/Assembler/invalid-mdlocation-null-scope.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-overflow-column.ll (renamed from llvm/test/Assembler/invalid-mdlocation-overflow-column.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dilocation-overflow-line.ll (renamed from llvm/test/Assembler/invalid-mdlocation-overflow-line.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-dinamespace-missing-namespace.ll (renamed from llvm/test/Assembler/invalid-mdnamespace-missing-namespace.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-disubrange-count-large.ll (renamed from llvm/test/Assembler/invalid-mdsubrange-count-large.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-disubrange-count-missing.ll (renamed from llvm/test/Assembler/invalid-mdsubrange-count-missing.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-disubrange-count-negative.ll (renamed from llvm/test/Assembler/invalid-mdsubrange-count-negative.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-disubrange-lowerBound-max.ll (renamed from llvm/test/Assembler/invalid-mdsubrange-lowerBound-max.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-disubrange-lowerBound-min.ll (renamed from llvm/test/Assembler/invalid-mdsubrange-lowerBound-min.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-disubroutinetype-missing-types.ll (renamed from llvm/test/Assembler/invalid-mdsubroutinetype-missing-types.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll (renamed from llvm/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll) | 0 | ||||
-rw-r--r-- | llvm/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll (renamed from llvm/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll) | 0 |
56 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Assembler/mdcompileunit.ll b/llvm/test/Assembler/dicompileunit.ll index dc136f0b83e..dc136f0b83e 100644 --- a/llvm/test/Assembler/mdcompileunit.ll +++ b/llvm/test/Assembler/dicompileunit.ll diff --git a/llvm/test/Assembler/mdexpression.ll b/llvm/test/Assembler/diexpression.ll index 31be86cef2d..31be86cef2d 100644 --- a/llvm/test/Assembler/mdexpression.ll +++ b/llvm/test/Assembler/diexpression.ll diff --git a/llvm/test/Assembler/mdfile-escaped-chars.ll b/llvm/test/Assembler/difile-escaped-chars.ll index 5900fdca061..5900fdca061 100644 --- a/llvm/test/Assembler/mdfile-escaped-chars.ll +++ b/llvm/test/Assembler/difile-escaped-chars.ll diff --git a/llvm/test/Assembler/mdglobalvariable.ll b/llvm/test/Assembler/diglobalvariable.ll index 0d027d310f6..0d027d310f6 100644 --- a/llvm/test/Assembler/mdglobalvariable.ll +++ b/llvm/test/Assembler/diglobalvariable.ll diff --git a/llvm/test/Assembler/mdimportedentity.ll b/llvm/test/Assembler/diimportedentity.ll index 929267e3b25..929267e3b25 100644 --- a/llvm/test/Assembler/mdimportedentity.ll +++ b/llvm/test/Assembler/diimportedentity.ll diff --git a/llvm/test/Assembler/mdlexicalblock.ll b/llvm/test/Assembler/dilexicalblock.ll index 2cab372384c..2cab372384c 100644 --- a/llvm/test/Assembler/mdlexicalblock.ll +++ b/llvm/test/Assembler/dilexicalblock.ll diff --git a/llvm/test/Assembler/mdlocalvariable.ll b/llvm/test/Assembler/dilocalvariable.ll index 312373ca862..312373ca862 100644 --- a/llvm/test/Assembler/mdlocalvariable.ll +++ b/llvm/test/Assembler/dilocalvariable.ll diff --git a/llvm/test/Assembler/mdlocation.ll b/llvm/test/Assembler/dilocation.ll index a468f8abe9c..a468f8abe9c 100644 --- a/llvm/test/Assembler/mdlocation.ll +++ b/llvm/test/Assembler/dilocation.ll diff --git a/llvm/test/Assembler/mdnamespace.ll b/llvm/test/Assembler/dinamespace.ll index 5d8b6b3fa7d..5d8b6b3fa7d 100644 --- a/llvm/test/Assembler/mdnamespace.ll +++ b/llvm/test/Assembler/dinamespace.ll diff --git a/llvm/test/Assembler/mdobjcproperty.ll b/llvm/test/Assembler/diobjcproperty.ll index ca13e27662d..ca13e27662d 100644 --- a/llvm/test/Assembler/mdobjcproperty.ll +++ b/llvm/test/Assembler/diobjcproperty.ll diff --git a/llvm/test/Assembler/mdsubprogram.ll b/llvm/test/Assembler/disubprogram.ll index 3fa1081889f..3fa1081889f 100644 --- a/llvm/test/Assembler/mdsubprogram.ll +++ b/llvm/test/Assembler/disubprogram.ll diff --git a/llvm/test/Assembler/mdsubrange-empty-array.ll b/llvm/test/Assembler/disubrange-empty-array.ll index 7b5279e3d3c..7b5279e3d3c 100644 --- a/llvm/test/Assembler/mdsubrange-empty-array.ll +++ b/llvm/test/Assembler/disubrange-empty-array.ll diff --git a/llvm/test/Assembler/mdsubroutinetype.ll b/llvm/test/Assembler/disubroutinetype.ll index 4ec2be7de3b..4ec2be7de3b 100644 --- a/llvm/test/Assembler/mdsubroutinetype.ll +++ b/llvm/test/Assembler/disubroutinetype.ll diff --git a/llvm/test/Assembler/mdtemplateparameter.ll b/llvm/test/Assembler/ditemplateparameter.ll index a356ad4e7bc..a356ad4e7bc 100644 --- a/llvm/test/Assembler/mdtemplateparameter.ll +++ b/llvm/test/Assembler/ditemplateparameter.ll diff --git a/llvm/test/Assembler/mdtype-large-values.ll b/llvm/test/Assembler/ditype-large-values.ll index a371ac68f90..a371ac68f90 100644 --- a/llvm/test/Assembler/mdtype-large-values.ll +++ b/llvm/test/Assembler/ditype-large-values.ll diff --git a/llvm/test/Assembler/invalid-mdcompileunit-language-bad.ll b/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll index e6f49f3fba4..e6f49f3fba4 100644 --- a/llvm/test/Assembler/invalid-mdcompileunit-language-bad.ll +++ b/llvm/test/Assembler/invalid-dicompileunit-language-bad.ll diff --git a/llvm/test/Assembler/invalid-mdcompileunit-language-overflow.ll b/llvm/test/Assembler/invalid-dicompileunit-language-overflow.ll index c558f7aaa25..c558f7aaa25 100644 --- a/llvm/test/Assembler/invalid-mdcompileunit-language-overflow.ll +++ b/llvm/test/Assembler/invalid-dicompileunit-language-overflow.ll diff --git a/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll b/llvm/test/Assembler/invalid-dicompileunit-missing-language.ll index 15631b7f640..15631b7f640 100644 --- a/llvm/test/Assembler/invalid-mdcompileunit-missing-language.ll +++ b/llvm/test/Assembler/invalid-dicompileunit-missing-language.ll diff --git a/llvm/test/Assembler/invalid-mdcompileunit-null-file.ll b/llvm/test/Assembler/invalid-dicompileunit-null-file.ll index cc1892e9146..cc1892e9146 100644 --- a/llvm/test/Assembler/invalid-mdcompileunit-null-file.ll +++ b/llvm/test/Assembler/invalid-dicompileunit-null-file.ll diff --git a/llvm/test/Assembler/invalid-mdcompositetype-missing-tag.ll b/llvm/test/Assembler/invalid-dicompositetype-missing-tag.ll index e68c0147990..e68c0147990 100644 --- a/llvm/test/Assembler/invalid-mdcompositetype-missing-tag.ll +++ b/llvm/test/Assembler/invalid-dicompositetype-missing-tag.ll diff --git a/llvm/test/Assembler/invalid-mdderivedtype-missing-basetype.ll b/llvm/test/Assembler/invalid-diderivedtype-missing-basetype.ll index 308c2ea90ef..308c2ea90ef 100644 --- a/llvm/test/Assembler/invalid-mdderivedtype-missing-basetype.ll +++ b/llvm/test/Assembler/invalid-diderivedtype-missing-basetype.ll diff --git a/llvm/test/Assembler/invalid-mdderivedtype-missing-tag.ll b/llvm/test/Assembler/invalid-diderivedtype-missing-tag.ll index fd286f4c296..fd286f4c296 100644 --- a/llvm/test/Assembler/invalid-mdderivedtype-missing-tag.ll +++ b/llvm/test/Assembler/invalid-diderivedtype-missing-tag.ll diff --git a/llvm/test/Assembler/invalid-mdenumerator-missing-name.ll b/llvm/test/Assembler/invalid-dienumerator-missing-name.ll index 656d3439ba2..656d3439ba2 100644 --- a/llvm/test/Assembler/invalid-mdenumerator-missing-name.ll +++ b/llvm/test/Assembler/invalid-dienumerator-missing-name.ll diff --git a/llvm/test/Assembler/invalid-mdenumerator-missing-value.ll b/llvm/test/Assembler/invalid-dienumerator-missing-value.ll index 0eee3be41b6..0eee3be41b6 100644 --- a/llvm/test/Assembler/invalid-mdenumerator-missing-value.ll +++ b/llvm/test/Assembler/invalid-dienumerator-missing-value.ll diff --git a/llvm/test/Assembler/invalid-mdexpression-large.ll b/llvm/test/Assembler/invalid-diexpression-large.ll index 32b77ee5138..32b77ee5138 100644 --- a/llvm/test/Assembler/invalid-mdexpression-large.ll +++ b/llvm/test/Assembler/invalid-diexpression-large.ll diff --git a/llvm/test/Assembler/invalid-mdexpression-verify.ll b/llvm/test/Assembler/invalid-diexpression-verify.ll index 50d6943dead..50d6943dead 100644 --- a/llvm/test/Assembler/invalid-mdexpression-verify.ll +++ b/llvm/test/Assembler/invalid-diexpression-verify.ll diff --git a/llvm/test/Assembler/invalid-mdfile-missing-directory.ll b/llvm/test/Assembler/invalid-difile-missing-directory.ll index a54a22f2e18..a54a22f2e18 100644 --- a/llvm/test/Assembler/invalid-mdfile-missing-directory.ll +++ b/llvm/test/Assembler/invalid-difile-missing-directory.ll diff --git a/llvm/test/Assembler/invalid-mdfile-missing-filename.ll b/llvm/test/Assembler/invalid-difile-missing-filename.ll index 17bf3da3f7a..17bf3da3f7a 100644 --- a/llvm/test/Assembler/invalid-mdfile-missing-filename.ll +++ b/llvm/test/Assembler/invalid-difile-missing-filename.ll diff --git a/llvm/test/Assembler/invalid-mdglobalvariable-empty-name.ll b/llvm/test/Assembler/invalid-diglobalvariable-empty-name.ll index a4e69f3c8b7..a4e69f3c8b7 100644 --- a/llvm/test/Assembler/invalid-mdglobalvariable-empty-name.ll +++ b/llvm/test/Assembler/invalid-diglobalvariable-empty-name.ll diff --git a/llvm/test/Assembler/invalid-mdglobalvariable-missing-name.ll b/llvm/test/Assembler/invalid-diglobalvariable-missing-name.ll index baf4d73d94f..baf4d73d94f 100644 --- a/llvm/test/Assembler/invalid-mdglobalvariable-missing-name.ll +++ b/llvm/test/Assembler/invalid-diglobalvariable-missing-name.ll diff --git a/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll b/llvm/test/Assembler/invalid-diimportedentity-missing-scope.ll index 06164e88d9b..06164e88d9b 100644 --- a/llvm/test/Assembler/invalid-mdimportedentity-missing-scope.ll +++ b/llvm/test/Assembler/invalid-diimportedentity-missing-scope.ll diff --git a/llvm/test/Assembler/invalid-mdimportedentity-missing-tag.ll b/llvm/test/Assembler/invalid-diimportedentity-missing-tag.ll index 996b1ffdc9b..996b1ffdc9b 100644 --- a/llvm/test/Assembler/invalid-mdimportedentity-missing-tag.ll +++ b/llvm/test/Assembler/invalid-diimportedentity-missing-tag.ll diff --git a/llvm/test/Assembler/invalid-mdlexicalblock-missing-scope.ll b/llvm/test/Assembler/invalid-dilexicalblock-missing-scope.ll index 6108e692b21..6108e692b21 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblock-missing-scope.ll +++ b/llvm/test/Assembler/invalid-dilexicalblock-missing-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlexicalblock-null-scope.ll b/llvm/test/Assembler/invalid-dilexicalblock-null-scope.ll index 7457b6085d6..7457b6085d6 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblock-null-scope.ll +++ b/llvm/test/Assembler/invalid-dilexicalblock-null-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll b/llvm/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll index bd8395ccf4d..bd8395ccf4d 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll +++ b/llvm/test/Assembler/invalid-dilexicalblockfile-missing-discriminator.ll diff --git a/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll b/llvm/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll index fd037501c40..fd037501c40 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll +++ b/llvm/test/Assembler/invalid-dilexicalblockfile-missing-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll b/llvm/test/Assembler/invalid-dilexicalblockfile-null-scope.ll index ae1a5d432e3..ae1a5d432e3 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll +++ b/llvm/test/Assembler/invalid-dilexicalblockfile-null-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll b/llvm/test/Assembler/invalid-dilocalvariable-missing-scope.ll index 45dcad71360..45dcad71360 100644 --- a/llvm/test/Assembler/invalid-mdlocalvariable-missing-scope.ll +++ b/llvm/test/Assembler/invalid-dilocalvariable-missing-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlocalvariable-missing-tag.ll b/llvm/test/Assembler/invalid-dilocalvariable-missing-tag.ll index 18062edf75b..18062edf75b 100644 --- a/llvm/test/Assembler/invalid-mdlocalvariable-missing-tag.ll +++ b/llvm/test/Assembler/invalid-dilocalvariable-missing-tag.ll diff --git a/llvm/test/Assembler/invalid-mdlocalvariable-null-scope.ll b/llvm/test/Assembler/invalid-dilocalvariable-null-scope.ll index 859412a2568..859412a2568 100644 --- a/llvm/test/Assembler/invalid-mdlocalvariable-null-scope.ll +++ b/llvm/test/Assembler/invalid-dilocalvariable-null-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-field-bad.ll b/llvm/test/Assembler/invalid-dilocation-field-bad.ll index e68aa45b03e..e68aa45b03e 100644 --- a/llvm/test/Assembler/invalid-mdlocation-field-bad.ll +++ b/llvm/test/Assembler/invalid-dilocation-field-bad.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-field-twice.ll b/llvm/test/Assembler/invalid-dilocation-field-twice.ll index d1dab68246c..d1dab68246c 100644 --- a/llvm/test/Assembler/invalid-mdlocation-field-twice.ll +++ b/llvm/test/Assembler/invalid-dilocation-field-twice.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-missing-scope-2.ll b/llvm/test/Assembler/invalid-dilocation-missing-scope-2.ll index 380e3fde94f..380e3fde94f 100644 --- a/llvm/test/Assembler/invalid-mdlocation-missing-scope-2.ll +++ b/llvm/test/Assembler/invalid-dilocation-missing-scope-2.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-missing-scope.ll b/llvm/test/Assembler/invalid-dilocation-missing-scope.ll index fb0cd866dc1..fb0cd866dc1 100644 --- a/llvm/test/Assembler/invalid-mdlocation-missing-scope.ll +++ b/llvm/test/Assembler/invalid-dilocation-missing-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-null-scope.ll b/llvm/test/Assembler/invalid-dilocation-null-scope.ll index 38c59e15d15..38c59e15d15 100644 --- a/llvm/test/Assembler/invalid-mdlocation-null-scope.ll +++ b/llvm/test/Assembler/invalid-dilocation-null-scope.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll b/llvm/test/Assembler/invalid-dilocation-overflow-column.ll index 043f84d3ab2..043f84d3ab2 100644 --- a/llvm/test/Assembler/invalid-mdlocation-overflow-column.ll +++ b/llvm/test/Assembler/invalid-dilocation-overflow-column.ll diff --git a/llvm/test/Assembler/invalid-mdlocation-overflow-line.ll b/llvm/test/Assembler/invalid-dilocation-overflow-line.ll index 7a6774231a9..7a6774231a9 100644 --- a/llvm/test/Assembler/invalid-mdlocation-overflow-line.ll +++ b/llvm/test/Assembler/invalid-dilocation-overflow-line.ll diff --git a/llvm/test/Assembler/invalid-mdnamespace-missing-namespace.ll b/llvm/test/Assembler/invalid-dinamespace-missing-namespace.ll index c29391b125d..c29391b125d 100644 --- a/llvm/test/Assembler/invalid-mdnamespace-missing-namespace.ll +++ b/llvm/test/Assembler/invalid-dinamespace-missing-namespace.ll diff --git a/llvm/test/Assembler/invalid-mdsubrange-count-large.ll b/llvm/test/Assembler/invalid-disubrange-count-large.ll index 003274f3a07..003274f3a07 100644 --- a/llvm/test/Assembler/invalid-mdsubrange-count-large.ll +++ b/llvm/test/Assembler/invalid-disubrange-count-large.ll diff --git a/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll b/llvm/test/Assembler/invalid-disubrange-count-missing.ll index 8fc4487117f..8fc4487117f 100644 --- a/llvm/test/Assembler/invalid-mdsubrange-count-missing.ll +++ b/llvm/test/Assembler/invalid-disubrange-count-missing.ll diff --git a/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll b/llvm/test/Assembler/invalid-disubrange-count-negative.ll index f2ad4c302cb..f2ad4c302cb 100644 --- a/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll +++ b/llvm/test/Assembler/invalid-disubrange-count-negative.ll diff --git a/llvm/test/Assembler/invalid-mdsubrange-lowerBound-max.ll b/llvm/test/Assembler/invalid-disubrange-lowerBound-max.ll index e163dc47804..e163dc47804 100644 --- a/llvm/test/Assembler/invalid-mdsubrange-lowerBound-max.ll +++ b/llvm/test/Assembler/invalid-disubrange-lowerBound-max.ll diff --git a/llvm/test/Assembler/invalid-mdsubrange-lowerBound-min.ll b/llvm/test/Assembler/invalid-disubrange-lowerBound-min.ll index 1dc3a141a57..1dc3a141a57 100644 --- a/llvm/test/Assembler/invalid-mdsubrange-lowerBound-min.ll +++ b/llvm/test/Assembler/invalid-disubrange-lowerBound-min.ll diff --git a/llvm/test/Assembler/invalid-mdsubroutinetype-missing-types.ll b/llvm/test/Assembler/invalid-disubroutinetype-missing-types.ll index 086e5cc593e..086e5cc593e 100644 --- a/llvm/test/Assembler/invalid-mdsubroutinetype-missing-types.ll +++ b/llvm/test/Assembler/invalid-disubroutinetype-missing-types.ll diff --git a/llvm/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll b/llvm/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll index 797abd2c304..797abd2c304 100644 --- a/llvm/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll +++ b/llvm/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll diff --git a/llvm/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll b/llvm/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll index 883bea1c9ad..883bea1c9ad 100644 --- a/llvm/test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll +++ b/llvm/test/Assembler/invalid-ditemplatevalueparameter-missing-value.ll |