From 78d0094e4c91cde903b08fac24b76043ab654967 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 19 Dec 2010 02:58:14 +0000 Subject: [PATCH] move this test into the ARM test so that it is only run when the arm backend is enabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122163 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/{Transforms/CodeGenPrepare => CodeGen/ARM}/phi.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{Transforms/CodeGenPrepare => CodeGen/ARM}/phi.ll (100%) diff --git a/test/Transforms/CodeGenPrepare/phi.ll b/test/CodeGen/ARM/phi.ll similarity index 100% rename from test/Transforms/CodeGenPrepare/phi.ll rename to test/CodeGen/ARM/phi.ll