mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Clear DbgValues in the end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136503 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f6baf1bdd
commit
6e8bb8a0cb
@ -1130,6 +1130,7 @@ bool Reassociate::runOnFunction(Function &F) {
|
||||
// We are done with the rank map.
|
||||
RankMap.clear();
|
||||
ValueRankMap.clear();
|
||||
DbgValues.clear();
|
||||
return MadeChange;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user