X86: move test requiring X86TargetLowering info into its own directory
authorTim Northover <tnorthover@apple.com>
Wed, 19 Feb 2014 12:24:19 +0000 (12:24 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 19 Feb 2014 12:24:19 +0000 (12:24 +0000)
commit1f55e40aa5f8a7ee10d994f46ac0a2bd1d08ef21
treea455d4fa7191de04f4f3acc9e8ff635c327504a5
parenta5d63e5a30a68c2e72431b59a00079b0e18043e5
X86: move test requiring X86TargetLowering info into its own directory

If LLVM is built without X86 as a supported target then the test would
mysteriously fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201668 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/CodeGenPrepare/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/x86-shuffle-sink.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/x86-shuffle-sink.ll [deleted file]