From 0c251f74ef730bf462ad4f09aac50b2721b81a5e Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 30 Mar 2015 16:21:28 +0000 Subject: [PATCH] DebugInfo: Rename some testcases Momentarily (but never in tree), the `scope:` field was called `parent:`. Apparently a few testcases were left behind with "parent" in the name, so rename them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233560 91177308-0d34-0410-b5e6-96231b3b80d8 --- ...issing-parent.ll => invalid-mdimportedentity-missing-scope.ll} | 0 ...-missing-parent.ll => invalid-mdlexicalblock-missing-scope.ll} | 0 ...sing-parent.ll => invalid-mdlexicalblockfile-missing-scope.ll} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/Assembler/{invalid-mdimportedentity-missing-parent.ll => invalid-mdimportedentity-missing-scope.ll} (100%) rename test/Assembler/{invalid-mdlexicalblock-missing-parent.ll => invalid-mdlexicalblock-missing-scope.ll} (100%) rename test/Assembler/{invalid-mdlexicalblockfile-missing-parent.ll => invalid-mdlexicalblockfile-missing-scope.ll} (100%) diff --git a/test/Assembler/invalid-mdimportedentity-missing-parent.ll b/test/Assembler/invalid-mdimportedentity-missing-scope.ll similarity index 100% rename from test/Assembler/invalid-mdimportedentity-missing-parent.ll rename to test/Assembler/invalid-mdimportedentity-missing-scope.ll diff --git a/test/Assembler/invalid-mdlexicalblock-missing-parent.ll b/test/Assembler/invalid-mdlexicalblock-missing-scope.ll similarity index 100% rename from test/Assembler/invalid-mdlexicalblock-missing-parent.ll rename to test/Assembler/invalid-mdlexicalblock-missing-scope.ll diff --git a/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll b/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll similarity index 100% rename from test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll rename to test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll