While this test is testing a problem in the generic part of codegen,
the problem only shows for msp430 and pic16 which is why it specifies
them using -march.  But it is wrong to put such tests in CodeGen/Generic,
since not everyone builds these targets.  Put a copy of the test in each
of the target test directories.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90005 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Generic/2009-11-20-NewNode.ll b/test/CodeGen/MSP430/2009-11-20-NewNode.ll
similarity index 97%
rename from test/CodeGen/Generic/2009-11-20-NewNode.ll
rename to test/CodeGen/MSP430/2009-11-20-NewNode.ll
index 92d7628..887c7d6 100644
--- a/test/CodeGen/Generic/2009-11-20-NewNode.ll
+++ b/test/CodeGen/MSP430/2009-11-20-NewNode.ll
@@ -1,5 +1,4 @@
 ; RUN: llc -march=msp430 < %s
-; RUN: llc -march=pic16 < %s
 ; PR5558
 
 define i64 @_strtoll_r(i16 %base) nounwind {
diff --git a/test/CodeGen/Generic/2009-11-20-NewNode.ll b/test/CodeGen/PIC16/2009-11-20-NewNode.ll
similarity index 97%
copy from test/CodeGen/Generic/2009-11-20-NewNode.ll
copy to test/CodeGen/PIC16/2009-11-20-NewNode.ll
index 92d7628..d68f0f4 100644
--- a/test/CodeGen/Generic/2009-11-20-NewNode.ll
+++ b/test/CodeGen/PIC16/2009-11-20-NewNode.ll
@@ -1,4 +1,3 @@
-; RUN: llc -march=msp430 < %s
 ; RUN: llc -march=pic16 < %s
 ; PR5558