rename indbr -> indirectbr to appease the residents of #llvm.

llvm-svn: 85351
This commit is contained in:
Chris Lattner
2009-10-28 00:19:10 +00:00
parent 6d0a86cbd1
commit d04cb6d0fa
21 changed files with 93 additions and 91 deletions

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