From 1aaf4cb3938a1587ff4d6af4e04524636322d48a Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 17 Sep 2010 20:34:09 +0000 Subject: [PATCH] Move thumb2 tests to the thumb2 directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114206 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{ARM => Thumb2}/2009-08-21-PostRAKill4.ll | 0 test/CodeGen/{ARM => Thumb2}/2009-09-01-PostRAProlog.ll | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{ARM => Thumb2}/2009-08-21-PostRAKill4.ll (100%) rename test/CodeGen/{ARM => Thumb2}/2009-09-01-PostRAProlog.ll (100%) diff --git a/test/CodeGen/ARM/2009-08-21-PostRAKill4.ll b/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll similarity index 100% rename from test/CodeGen/ARM/2009-08-21-PostRAKill4.ll rename to test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll diff --git a/test/CodeGen/ARM/2009-09-01-PostRAProlog.ll b/test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll similarity index 100% rename from test/CodeGen/ARM/2009-09-01-PostRAProlog.ll rename to test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll -- 2.34.1