Skip to content

Commit

Permalink
Go pack to using the UniqueSolver.
Browse files Browse the repository at this point in the history
Can't get the slicing working.
  • Loading branch information
khatchad committed Dec 18, 2017
1 parent 6286ed8 commit 7c056b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static ISafeSolver getSolver(AnalysisOptions domoOptions, CallGraph cg,
throws PropertiesException, CancelException {
IMergeFunctionFactory mergeFactory = makeMergeFactory(options, TypeStateSolverKind.UNIQUE);
ILiveObjectAnalysis live = getLiveObjectAnalysis(cg, hg, options);
return new ClientSlicingUniqueSolver(cg, pointerAnalysis, dfa, options, live, ora, metrics, reporter, traceReporter, mergeFactory);
return new UniqueSolver(cg, pointerAnalysis, dfa, options, live, ora, metrics, reporter, traceReporter, mergeFactory);
}

protected static ILiveObjectAnalysis getLiveObjectAnalysis(CallGraph cg, HeapGraph<?> hg, TypeStateOptions options)
Expand Down

0 comments on commit 7c056b4

Please sign in to comment.