While this test is testing a problem in the generic part of codegen,
authorDuncan Sands <baldrick@free.fr>
Fri, 27 Nov 2009 16:04:14 +0000 (16:04 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 27 Nov 2009 16:04:14 +0000 (16:04 +0000)
commitfb245e2d46df93784193c0e925d22a3f81ab721d
tree23c68e87733575bc2f5e1b08388761c77e2e09d6
parentd40d14e98c271068d17585e81d45ee9eca147393
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
test/CodeGen/Generic/2009-11-20-NewNode.ll [deleted file]
test/CodeGen/MSP430/2009-11-20-NewNode.ll [new file with mode: 0644]
test/CodeGen/PIC16/2009-11-20-NewNode.ll [new file with mode: 0644]