From 9ab044f20b85597cdaed6849dfc2b55af023906a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 2 Oct 2010 18:52:05 +0000 Subject: [PATCH] move ARM MC tests up one level. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115414 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/{AsmParser => }/ARM/arm_instructions.s | 0 test/MC/{AsmParser => }/ARM/arm_word_directive.s | 0 test/MC/{AsmParser => }/ARM/dg.exp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/MC/{AsmParser => }/ARM/arm_instructions.s (100%) rename test/MC/{AsmParser => }/ARM/arm_word_directive.s (100%) rename test/MC/{AsmParser => }/ARM/dg.exp (100%) diff --git a/test/MC/AsmParser/ARM/arm_instructions.s b/test/MC/ARM/arm_instructions.s similarity index 100% rename from test/MC/AsmParser/ARM/arm_instructions.s rename to test/MC/ARM/arm_instructions.s diff --git a/test/MC/AsmParser/ARM/arm_word_directive.s b/test/MC/ARM/arm_word_directive.s similarity index 100% rename from test/MC/AsmParser/ARM/arm_word_directive.s rename to test/MC/ARM/arm_word_directive.s diff --git a/test/MC/AsmParser/ARM/dg.exp b/test/MC/ARM/dg.exp similarity index 100% rename from test/MC/AsmParser/ARM/dg.exp rename to test/MC/ARM/dg.exp -- 2.11.0