forked from OSchip/llvm-project
Fix an obvious type. Patch by Ivan Krasin.
llvm-svn: 136900
This commit is contained in:
parent
19e3f80579
commit
e4df6a2add
|
@ -1316,7 +1316,7 @@ namespace {
|
|||
}
|
||||
|
||||
void clearBottomUpPointers() {
|
||||
PerPtrTopDown.clear();
|
||||
PerPtrBottomUp.clear();
|
||||
}
|
||||
|
||||
void clearTopDownPointers() {
|
||||
|
|
Loading…
Reference in New Issue