Remove a number of redundant ExecutionEngine regression tests.
authorLang Hames <lhames@gmail.com>
Sat, 24 Jan 2015 18:49:51 +0000 (18:49 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 24 Jan 2015 18:49:51 +0000 (18:49 +0000)
commit511d52caa16ba454e9f753dbcb0e246782076072
tree64c8c76de6ff66859c2782c9e2ed91d0ef61bccd
parentfb490166f49a693f8f05a949cf91050baec717da
Remove a number of redundant ExecutionEngine regression tests.

These tests used to test the legacy JIT but since that has been removed they're
just redundantly testing MCJIT. Remove them and just leave their counterparts in
test/ExecutionEngine/MCJIT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227010 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
test/ExecutionEngine/2002-12-16-ArgTest.ll [deleted file]
test/ExecutionEngine/2003-01-04-ArgumentBug.ll [deleted file]
test/ExecutionEngine/2003-01-04-LoopTest.ll [deleted file]
test/ExecutionEngine/2003-01-04-PhiTest.ll [deleted file]
test/ExecutionEngine/2003-01-09-SARTest.ll [deleted file]
test/ExecutionEngine/2003-01-10-FUCOM.ll [deleted file]
test/ExecutionEngine/2003-01-15-AlignmentTest.ll [deleted file]
test/ExecutionEngine/2003-05-06-LivenessClobber.ll [deleted file]
test/ExecutionEngine/2003-05-07-ArgumentTest.ll [deleted file]
test/ExecutionEngine/2003-08-15-AllocaAssertion.ll [deleted file]
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll [deleted file]
test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll [deleted file]
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [deleted file]
test/ExecutionEngine/2007-12-10-APIntLoadStore.ll [deleted file]
test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll [deleted file]
test/ExecutionEngine/fpbitcast.ll [deleted file]
test/ExecutionEngine/hello.ll [deleted file]
test/ExecutionEngine/hello2.ll [deleted file]
test/ExecutionEngine/simplesttest.ll [deleted file]
test/ExecutionEngine/simpletest.ll [deleted file]
test/ExecutionEngine/stubs.ll [deleted file]
test/ExecutionEngine/test-arith.ll [deleted file]
test/ExecutionEngine/test-branch.ll [deleted file]
test/ExecutionEngine/test-call-no-external-funcs.ll [deleted file]
test/ExecutionEngine/test-call.ll [deleted file]
test/ExecutionEngine/test-cast.ll [deleted file]
test/ExecutionEngine/test-common-symbols.ll [deleted file]
test/ExecutionEngine/test-constantexpr.ll [deleted file]
test/ExecutionEngine/test-fp.ll [deleted file]
test/ExecutionEngine/test-global.ll [deleted file]
test/ExecutionEngine/test-loadstore.ll [deleted file]
test/ExecutionEngine/test-local.ll [deleted file]
test/ExecutionEngine/test-logical.ll [deleted file]
test/ExecutionEngine/test-loop.ll [deleted file]
test/ExecutionEngine/test-phi.ll [deleted file]
test/ExecutionEngine/test-ret.ll [deleted file]
test/ExecutionEngine/test-return.ll [deleted file]
test/ExecutionEngine/test-setcond-fp.ll [deleted file]
test/ExecutionEngine/test-setcond-int.ll [deleted file]
test/ExecutionEngine/test-shift.ll [deleted file]