projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6baf1
)
Clear DbgValues in the end.
author
Devang Patel
<dpatel@apple.com>
Fri, 29 Jul 2011 19:49:58 +0000
(19:49 +0000)
committer
Devang Patel
<dpatel@apple.com>
Fri, 29 Jul 2011 19:49:58 +0000
(19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136503
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/Reassociate.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/Reassociate.cpp
b/lib/Transforms/Scalar/Reassociate.cpp
index 578e8e035c03b73ece95db51428f01fb6aae3662..1080b75ed09b6d45722158ad06b9a8d7a13cbb2b 100644
(file)
--- a/
lib/Transforms/Scalar/Reassociate.cpp
+++ b/
lib/Transforms/Scalar/Reassociate.cpp
@@
-1130,6
+1130,7
@@
bool Reassociate::runOnFunction(Function &F) {
// We are done with the rank map.
RankMap.clear();
ValueRankMap.clear();
+ DbgValues.clear();
return MadeChange;
}