Remove a test case that no longer makes sense.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 5 Mar 2012 19:10:13 +0000 (19:10 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 5 Mar 2012 19:10:13 +0000 (19:10 +0000)
commitaf71f16f937f9c11e118b05810256f5ca3cdaa5f
treedc8a4bcd74579f92df6a932b25512d7ac87d28a4
parent74bebde7c4e2d1cfd4a16c19ce3c87521df67639
Remove a test case that no longer makes sense.

This was testing the handling of sub-register coalescing followed by
remat.  The original problem was caused by the extra <imp-def> operands
added by sub-register coalescing.  Those <imp-def> operands are not
added any longer, and the test case passes even when the original patch
is reverted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152040 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/2011-11-09-FoldImpDefs.ll [deleted file]