Move r186044 tests into CodeGen/X86
authorHal Finkel <hfinkel@anl.gov>
Thu, 11 Jul 2013 01:55:55 +0000 (01:55 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 11 Jul 2013 01:55:55 +0000 (01:55 +0000)
commitce9681422a0463207d85a87751f88371dcb932da
tree4adb3626089a73353b6f2f5b648036be5ead2a1a
parentfe532525cc4912ec0d1b4e91fa0396122dd087b3
Move r186044 tests into CodeGen/X86

I had thought that these tests could be target-neutral, but in practice this is
not the case (on some targets, like Hexagon and Darwin), they trigger an assert
(a different assert than the one that r186044 fixes).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186051 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/nonconst-static-ev.ll [new file with mode: 0644]
test/CodeGen/X86/nonconst-static-iv.ll [new file with mode: 0644]
test/Other/nonconst-static-ev.ll [deleted file]
test/Other/nonconst-static-iv.ll [deleted file]