commit | 6d8b15bebc491c01e963415be242f28ff85c80da | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 27 21:43:39 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 27 21:43:39 2009 +0000 |
tree | 478654e919f2c1792e77e68650d7e4f74ec9f339 | |
parent | 67c902147e17d4d908157957ce18489c7bcab081 [diff] [blame] |
make the build build. llvm-svn: 85319
diff --git a/llvm/lib/Analysis/SparsePropagation.cpp b/llvm/lib/Analysis/SparsePropagation.cpp index 6578cb4..a10e7cb 100644 --- a/llvm/lib/Analysis/SparsePropagation.cpp +++ b/llvm/lib/Analysis/SparsePropagation.cpp
@@ -166,7 +166,7 @@ return; } - if (IndBrInst *IBI = dyn_cast<IndBrInst>(TI)) { + if (isa<IndBrInst>(TI)) { Succs.assign(Succs.size(), true); return; }