Skip to content

Commit 85c51cb

Browse files
committed
Fixes missing return value isSensibleToSummarize
1 parent b15adfb commit 85c51cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/phasar/PhasarLLVM/DataFlowSolver/Mono/Solver/InterMonoSolver.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ template <typename AnalysisDomainTy, unsigned K> class InterMonoSolver {
352352
bool isSensibleToSummarize() {
353353
// use a heuristic to check whether we should compute a summary
354354
// make use of the call-graph information
355+
return false;
355356
}
356357

357358
virtual void solve() {

0 commit comments

Comments
 (0)