Skip to content

Commit

Permalink
#295, minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernutz committed Oct 8, 2018
1 parent a6f8d09 commit 9db3e76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class ComputeStoreInfosAndArrayGroups<LOC extends IcfgLocation> {

private final HashRelation<EdgeInfo, TermVariable> mEdgeToUnconstrainedVariables = new HashRelation<>();

private final HashRelation<EdgeInfo, StoreInfo> mEdgeToStoreInfos = new HashRelation<>();
// private final HashRelation<EdgeInfo, StoreInfo> mEdgeToStoreInfos = new HashRelation<>();

private final Map<HeapSepProgramConst, StoreInfo> mLocLitToStoreInfo = new HashMap<>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public HeapPartitionManager(final ILogger logger, final ManagedScript mgdScript,
* @param preprocessing
*/
void processSelect(final SelectInfo selectInfo, final IEqualityProvidingIntermediateState eps) {
// final HashRelation<Integer, StoreInfo> dimensionToMayEqualStoreIndexInfos = new HashRelation<>();

if (eps.isBottom()) {
mLogger.warn("equality analysis on preprocessed graph computed array read to be unreachable: "
Expand All @@ -134,9 +133,7 @@ void processSelect(final SelectInfo selectInfo, final IEqualityProvidingIntermed
// i_dim is the index prefix up to the current dimension
final ArrayIndex indexForCurrentDim = selectIndex.getFirst(dim);

// final LocArrayInfo locArray = mMemLocArrayManager.getLocArray(selectInfo.getEdgeInfo(),
final LocArrayInfo locArray = mMemLocArrayManager.getOrConstructLocArray(selectInfo.getEdgeInfo(),
// selectInfo.getArrayCellAccess().getArray(), dim);
selectInfo.getArrayCellAccess().getArray(), dim, true);

// build the term a-loc-dim[i_dim]
Expand Down

0 comments on commit 9db3e76

Please sign in to comment.