[DSE,MemorySSA] Remove some duplicated test functions.
authorFlorian Hahn <flo@fhahn.com>
Fri, 4 Sep 2020 16:49:33 +0000 (17:49 +0100)
committerFlorian Hahn <flo@fhahn.com>
Fri, 4 Sep 2020 16:52:59 +0000 (17:52 +0100)
commit51932fc6bde88d1798a6cdea1f3885164d5524d7
tree2980ca933c2b4294de8f20641025142f7d2f61ff
parentf0b9dbcfc7ba2a217cab3217d6217fc270c88b58
[DSE,MemorySSA] Remove some duplicated test functions.

Some tests from multibuild-malloc-free.ll do not actually use malloc or
free and where split out to multiblock-throwing.ll, but not removed from
the original file. This patch cleans that up. It also moves @test22 to
simple.ll, because it does not involve multiple blocks.
llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-malloc-free.ll
llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-throwing.ll
llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll