move tests that depend on the x86 backend out of codegen/generic,
authorChris Lattner <sabre@nondot.org>
Tue, 9 Feb 2010 06:41:03 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Feb 2010 06:41:03 +0000 (06:41 +0000)
commitcb921e7b5771f74e8073ba6f7eeda8681dab9c26
tree1a34ad2db45c75087e6ea8599a413544f0073597
parent4a26cc4de63dc5eb02549a281a1c86347e59fb0b
move tests that depend on the x86 backend out of codegen/generic,
and remove a few old and unreduced ones.  Fixes PR5624.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95656 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/CodeGen/Generic/2006-04-11-vecload.ll [deleted file]
test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll [deleted file]
test/CodeGen/Generic/2006-12-16-InlineAsmCrash.ll [deleted file]
test/CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll [deleted file]
test/CodeGen/Generic/2007-04-14-BitTestsBadMask.ll [deleted file]
test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll [deleted file]
test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
test/CodeGen/Generic/SwitchLowering.ll [deleted file]
test/CodeGen/Generic/phi-immediate-factoring.ll [deleted file]
test/CodeGen/Generic/switch-crit-edge-constant.ll [deleted file]
test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll [new file with mode: 0644]
test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll [new file with mode: 0644]
test/CodeGen/X86/SwitchLowering.ll [new file with mode: 0644]
test/CodeGen/X86/phi-immediate-factoring.ll [new file with mode: 0644]
test/CodeGen/X86/switch-crit-edge-constant.ll [new file with mode: 0644]