From 6d8b15bebc491c01e963415be242f28ff85c80da Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 27 Oct 2009 21:43:39 +0000 Subject: make the build build. llvm-svn: 85319 --- llvm/lib/Analysis/SparsePropagation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Analysis/SparsePropagation.cpp b/llvm/lib/Analysis/SparsePropagation.cpp index 6578cb4681e..a10e7cb14a4 100644 --- a/llvm/lib/Analysis/SparsePropagation.cpp +++ b/llvm/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; } -- cgit v1.2.3