Fix an obvious type. Patch by Ivan Krasin.

llvm-svn: 136900
This commit is contained in:
Evan Cheng 2011-08-04 18:40:26 +00:00
parent 19e3f80579
commit e4df6a2add
1 changed files with 1 additions and 1 deletions

View File

@ -1316,7 +1316,7 @@ namespace {
}
void clearBottomUpPointers() {
PerPtrTopDown.clear();
PerPtrBottomUp.clear();
}
void clearTopDownPointers() {