mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 23:31:52 +00:00
RegionInfo: Fix trivial error that slipped in last minute.
llvm-svn: 116400
This commit is contained in:
parent
85dce73ab5
commit
1eba2917fa
@ -444,7 +444,7 @@ void Region::dump() const {
|
||||
void Region::clearNodeCache() {
|
||||
// Free the cached nodes.
|
||||
for (BBNodeMapT::iterator I = BBNodeMap.begin(),
|
||||
IE = BBNodeMap.end(); I != IE; ++IE)
|
||||
IE = BBNodeMap.end(); I != IE; ++I)
|
||||
delete I->second;
|
||||
|
||||
BBNodeMap.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user