check that we only insert one phi node per loop
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:23:31 +0000 (22:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 22:23:31 +0000 (22:23 +0000)
commit57f74708d7f9e4c82077bdfff7f259ca1fae7d22
tree6474698a32a203f3adeef977c2d325b80dbf8511
parent7abfec8734d1e94c211a88075d1b251180658c76
check that we only insert one phi node per loop

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20503 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll [new file with mode: 0644]