Skip to content

Commit

Permalink
Update include/phasar/PhasarLLVM/DataFlow/IfdsIde/Problems/IDEInstInt…
Browse files Browse the repository at this point in the history
…eractionAnalysis.h

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MMory and github-actions[bot] authored Aug 28, 2023
1 parent 036db8c commit 77139f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class IDEInstInteractionAnalysisT
n_t /* RetSite */) override {
// Map return value back to the caller. If pointer parameters hold at the
// end of a callee function generate all of those in the caller context.
if (CallSite == nullptr){
if (CallSite == nullptr) {
return killAllFlows<d_t>();
}
auto MapFactsToCallerFF =
Expand Down

0 comments on commit 77139f7

Please sign in to comment.