remove bogus test

llvm-svn: 13827
This commit is contained in:
Chris Lattner 2004-05-27 07:39:51 +00:00
parent 076f7493bf
commit d4065a6c94
1 changed files with 0 additions and 12 deletions

View 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
}