commit | 7bbf3887538397f839158c16bd2dbeafdcaa68c8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu May 27 07:39:51 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu May 27 07:39:51 2004 +0000 |
tree | 38deda21cb27a493eae5f7542b3584feb4b6fd0c | |
parent | 896b64bf03855abf67b624b6ab1be393b4c449f3 [diff] |
remove bogus test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13827 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/InstCombine/phi.ll b/test/Transforms/InstCombine/phi.ll index 653ae1f..7459332 100644 --- a/test/Transforms/InstCombine/phi.ll +++ b/test/Transforms/InstCombine/phi.ll
@@ -43,15 +43,3 @@ 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 -} -