Skip to content

Commit

Permalink
Clear DbgValues in the end.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136503 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Devang Patel committed Jul 29, 2011
1 parent 6f6baf1 commit 6e8bb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Transforms/Scalar/Reassociate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,7 @@ bool Reassociate::runOnFunction(Function &F) {
// We are done with the rank map.
RankMap.clear();
ValueRankMap.clear();
DbgValues.clear();
return MadeChange;
}

Expand Down

0 comments on commit 6e8bb8a

Please sign in to comment.