remove bogus test
authorChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 07:39:51 +0000 (07:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 07:39:51 +0000 (07:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13827 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/phi.ll

index 653ae1f02fc9fa520b6051596a9f8fb1e49919e1..7459332009c382c1f5b6eb2e69b6f0a4ceeb436a 100644 (file)
@@ -43,15 +43,3 @@ L2:
        br label %Loop
 }
 
-bool %test4(bool %A) {
-       br bool %A, label %BB1, label %BB2
-BB1:
-       br label %Ret
-BB2:
-       br label %Ret
-Ret:
-       %B = phi int [1000, %BB1], [123, %BB2]
-       %C = cast int %B to bool
-       ret bool %C
-}
-