Fix an obvious type. Patch by Ivan Krasin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136900 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2011-08-04 18:40:26 +00:00
parent dd5663c8e4
commit a81388fb4a

View File

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