rename indbr -> indirectbr to appease the residents of #llvm.
[oota-llvm.git] / lib / Analysis / SparsePropagation.cpp
index a10e7cb14a4d426f87ce077e6bfc2bdd2b543e8e..d7bcac2b1e2d2215f17422227266ae195b0ec917 100644 (file)
@@ -166,7 +166,7 @@ void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI,
     return;
   }
   
-  if (isa<IndBrInst>(TI)) {
+  if (isa<IndirectBrInst>(TI)) {
     Succs.assign(Succs.size(), true);
     return;
   }