From dbf1e2b08b534c32743aa7ea8ef7d6f5cee6234b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 10 Apr 2009 23:58:38 +0000 Subject: [PATCH] move a target-specific test into its directory so it isn't run if you don't configure the ARM target in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68843 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{Generic => ARM}/2009-02-22-SoftenFloatVaArg.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{Generic => ARM}/2009-02-22-SoftenFloatVaArg.ll (100%) diff --git a/test/CodeGen/Generic/2009-02-22-SoftenFloatVaArg.ll b/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll similarity index 100% rename from test/CodeGen/Generic/2009-02-22-SoftenFloatVaArg.ll rename to test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll -- 2.34.1