make the build build.

llvm-svn: 85319
This commit is contained in:
Chris Lattner 2009-10-27 21:43:39 +00:00
parent 67c902147e
commit 6d8b15bebc
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI,
return;
}
if (IndBrInst *IBI = dyn_cast<IndBrInst>(TI)) {
if (isa<IndBrInst>(TI)) {
Succs.assign(Succs.size(), true);
return;
}