rename indbr -> indirectbr to appease the residents of #llvm.
llvm-svn: 85351
This commit is contained in:
@@ -166,7 +166,7 @@ void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI,
|
||||
return;
|
||||
}
|
||||
|
||||
if (isa<IndBrInst>(TI)) {
|
||||
if (isa<IndirectBrInst>(TI)) {
|
||||
Succs.assign(Succs.size(), true);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user