don't have i386-specific tests in CodeGen/Generic, PR6601.
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 18:51:18 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 18:51:18 +0000 (18:51 +0000)
commit7147946afe27427968b27c06975e7c63a5726c77
tree06fc2e2597f7f63986e630a1acf2e9906e29a24c
parentda0688e08a1b9e95ef3fda1158409f40e07be910
don't have i386-specific tests in CodeGen/Generic, PR6601.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98508 91177308-0d34-0410-b5e6-96231b3b80d8
37 files changed:
test/CodeGen/Generic/2007-02-16-BranchFold.ll [deleted file]
test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
test/CodeGen/Generic/2007-05-05-Personality.ll [deleted file]
test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll
test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
test/CodeGen/Generic/GC/alloc_loop.ll [deleted file]
test/CodeGen/Generic/GC/argpromotion.ll [deleted file]
test/CodeGen/Generic/GC/badreadproto.ll [deleted file]
test/CodeGen/Generic/GC/badrootproto.ll [deleted file]
test/CodeGen/Generic/GC/badwriteproto.ll [deleted file]
test/CodeGen/Generic/GC/deadargelim.ll [deleted file]
test/CodeGen/Generic/GC/dg.exp [deleted file]
test/CodeGen/Generic/GC/fat.ll [deleted file]
test/CodeGen/Generic/GC/inline.ll [deleted file]
test/CodeGen/Generic/GC/inline2.ll [deleted file]
test/CodeGen/Generic/GC/lower_gcroot.ll [deleted file]
test/CodeGen/Generic/GC/outside.ll [deleted file]
test/CodeGen/Generic/GC/redundant_init.ll [deleted file]
test/CodeGen/Generic/GC/simple_ocaml.ll [deleted file]
test/CodeGen/X86/2007-02-16-BranchFold.ll [new file with mode: 0644]
test/CodeGen/X86/2007-05-05-Personality.ll [new file with mode: 0644]
test/CodeGen/X86/GC/alloc_loop.ll [new file with mode: 0644]
test/CodeGen/X86/GC/argpromotion.ll [new file with mode: 0644]
test/CodeGen/X86/GC/badreadproto.ll [new file with mode: 0644]
test/CodeGen/X86/GC/badrootproto.ll [new file with mode: 0644]
test/CodeGen/X86/GC/badwriteproto.ll [new file with mode: 0644]
test/CodeGen/X86/GC/deadargelim.ll [new file with mode: 0644]
test/CodeGen/X86/GC/dg.exp [new file with mode: 0644]
test/CodeGen/X86/GC/fat.ll [new file with mode: 0644]
test/CodeGen/X86/GC/inline.ll [new file with mode: 0644]
test/CodeGen/X86/GC/inline2.ll [new file with mode: 0644]
test/CodeGen/X86/GC/lower_gcroot.ll [new file with mode: 0644]
test/CodeGen/X86/GC/outside.ll [new file with mode: 0644]
test/CodeGen/X86/GC/simple_ocaml.ll [new file with mode: 0644]