Fixed a bug in assigning temp to new allocation. Clear other references
authorjjenista <jjenista>
Tue, 8 Apr 2008 20:50:50 +0000 (20:50 +0000)
committerjjenista <jjenista>
Tue, 8 Apr 2008 20:50:50 +0000 (20:50 +0000)
commita96da08b7d38e762701aecd8d080e1b596a1b32e
treeada7b60525f2e5be2688ff37ec92e235064cb75f
parent6334efaf8ede651a85a0e541e6382b1ed3299408
Fixed a bug in assigning temp to new allocation.  Clear other references
from the destination temp before assigning a reference to the newest heap
region for the allocation site.
Robust/src/Analysis/OwnershipAnalysis/AllocationSite.java
Robust/src/Analysis/OwnershipAnalysis/HeapRegionNode.java
Robust/src/Analysis/OwnershipAnalysis/OwnershipGraph.java
Robust/src/Tests/OwnershipAnalysisTest/test01/makefile
Robust/src/Tests/OwnershipAnalysisTest/test01/test01.java