diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-08-05 00:03:46 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-08-05 00:03:46 +0000 |
| commit | 8a297e9f277fc8f34f57a59d2d75329e22520552 (patch) | |
| tree | 0377cbdd2ce722305dc3fc832feda8c4efbfe871 | |
| parent | 9659f6b54030658044951b8fee72532c123b4783 (diff) | |
| download | bcm5719-llvm-8a297e9f277fc8f34f57a59d2d75329e22520552.tar.gz bcm5719-llvm-8a297e9f277fc8f34f57a59d2d75329e22520552.zip | |
Remove bonehead redeclaration.
llvm-svn: 110288
| -rw-r--r-- | clang/lib/Analysis/CFGStmtMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFGStmtMap.cpp b/clang/lib/Analysis/CFGStmtMap.cpp index 88c90cd50d6..deca741440e 100644 --- a/clang/lib/Analysis/CFGStmtMap.cpp +++ b/clang/lib/Analysis/CFGStmtMap.cpp @@ -40,7 +40,7 @@ CFGBlock *CFGStmtMap::getBlock(Stmt *S) { return B; } - Stmt *X = PM->getParentIgnoreParens(X); + X = PM->getParentIgnoreParens(X); } return 0; |

