From: Chris Lattner Date: Tue, 27 Oct 2009 21:43:39 +0000 (+0000) Subject: make the build build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b876e464478bfbafb30b31cd205848fbdebcc8a;p=oota-llvm.git make the build build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85319 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/SparsePropagation.cpp b/lib/Analysis/SparsePropagation.cpp index 6578cb4681e..a10e7cb14a4 100644 --- a/lib/Analysis/SparsePropagation.cpp +++ b/lib/Analysis/SparsePropagation.cpp @@ -166,7 +166,7 @@ void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, return; } - if (IndBrInst *IBI = dyn_cast(TI)) { + if (isa(TI)) { Succs.assign(Succs.size(), true); return; }