From 7a73925c505de55959fece06e0a1e20b713d90f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 2 Feb 2012 11:44:58 +0000 Subject: [PATCH] Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now. It requires TARGETS=arm. I cannot reproduce a fixed issue with other targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149604 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{Generic => ARM}/2012-02-01-CoalescerBug.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{Generic => ARM}/2012-02-01-CoalescerBug.ll (100%) diff --git a/test/CodeGen/Generic/2012-02-01-CoalescerBug.ll b/test/CodeGen/ARM/2012-02-01-CoalescerBug.ll similarity index 100% rename from test/CodeGen/Generic/2012-02-01-CoalescerBug.ll rename to test/CodeGen/ARM/2012-02-01-CoalescerBug.ll -- 2.34.1