commit | d04cb6d0fa650bcb3dc75ec643de0c812c56eb80 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Oct 28 00:19:10 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Oct 28 00:19:10 2009 +0000 |
tree | fdf3bb1bbc7f21bacb530b0c30ea2bcd1743a30a | |
parent | 6d0a86cbd1f41f8b098d2d8f095309876127ef87 [diff] [blame] |
rename indbr -> indirectbr to appease the residents of #llvm. llvm-svn: 85351
diff --git a/llvm/lib/Analysis/SparsePropagation.cpp b/llvm/lib/Analysis/SparsePropagation.cpp index a10e7cb..d7bcac2b 100644 --- a/llvm/lib/Analysis/SparsePropagation.cpp +++ b/llvm/lib/Analysis/SparsePropagation.cpp
@@ -166,7 +166,7 @@ return; } - if (isa<IndBrInst>(TI)) { + if (isa<IndirectBrInst>(TI)) { Succs.assign(Succs.size(), true); return; }