Remove a bad PowerPC test.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 21 Feb 2012 23:49:18 +0000 (23:49 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 21 Feb 2012 23:49:18 +0000 (23:49 +0000)
commitc76ad82140761093df698e1c959d79eba73f67d0
treee6f9be9ea5db37624f7fc3130b5865148ff96f1e
parenta1aa8db51715bdd21770fbe4f7d7abf2c5d28829
Remove a bad PowerPC test.

This test case was way too strict, matching the entire assembly output.
Every non-trivial change to the ppc backend  or -O0 pipeline required
the test to be updated.

It should be replaced with a test of the specific vaarg feature.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151105 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/ppc32-vaarg.ll [deleted file]