summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/SparsePropagation.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-28 00:19:10 +0000
committerChris Lattner <sabre@nondot.org>2009-10-28 00:19:10 +0000
commitd04cb6d0fa650bcb3dc75ec643de0c812c56eb80 (patch)
treefdf3bb1bbc7f21bacb530b0c30ea2bcd1743a30a /llvm/lib/Analysis/SparsePropagation.cpp
parent6d0a86cbd1f41f8b098d2d8f095309876127ef87 (diff)
downloadbcm5719-llvm-d04cb6d0fa650bcb3dc75ec643de0c812c56eb80.tar.gz
bcm5719-llvm-d04cb6d0fa650bcb3dc75ec643de0c812c56eb80.zip
rename indbr -> indirectbr to appease the residents of #llvm.
llvm-svn: 85351
Diffstat (limited to 'llvm/lib/Analysis/SparsePropagation.cpp')
-rw-r--r--llvm/lib/Analysis/SparsePropagation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/SparsePropagation.cpp b/llvm/lib/Analysis/SparsePropagation.cpp
index a10e7cb14a4..d7bcac2b1e2 100644
--- a/llvm/lib/Analysis/SparsePropagation.cpp
+++ b/llvm/lib/Analysis/SparsePropagation.cpp
@@ -166,7 +166,7 @@ void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI,
return;
}
- if (isa<IndBrInst>(TI)) {
+ if (isa<IndirectBrInst>(TI)) {
Succs.assign(Succs.size(), true);
return;
}
OpenPOWER on IntegriCloud