Skip to content

Commit a34e35f

Browse files
authored
Merge branch 'development' into f-FixesExplicitCtorCallForGCC
2 parents 1398e93 + 066b28f commit a34e35f

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)