Move all inline-asm-fpstack tests to a single file.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 27 Jun 2011 17:27:37 +0000 (17:27 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 27 Jun 2011 17:27:37 +0000 (17:27 +0000)
commite8431ba8cb354f9a46d9fca55cc704361c7a8345
treeddb62730dc56493d02b126a5782f4cee6230d41b
parentf27229ee5ad121247b9c79e7605b19fccf781d8d
Move all inline-asm-fpstack tests to a single file.

Also fix some of the tests that were actually testing wrong behavior -
An input operand in {st} is only popped by the inline asm when {st} is
also in the clobber list.

The original bug reports all had ~{st} clobbers as they should.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133916 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inline-asm-fpstack2.ll [deleted file]
test/CodeGen/X86/inline-asm-fpstack3.ll [deleted file]
test/CodeGen/X86/inline-asm-fpstack4.ll [deleted file]
test/CodeGen/X86/inline-asm-fpstack5.ll [deleted file]