Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonZhongZexin authored and JasonZhongZexin committed Sep 11, 2023
1 parent f75671d commit 8a40c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svf/include/WPA/VersionedFlowSensitive.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ class VersionedFlowSensitive : public FlowSensitive
/// Dumps maps consume and yield.
void dumpLocVersionMaps(void) const;

void solveAndwritePtsToFile(const std::string& filename);
void solveAndwritePtsToFile(const std::string& filename) override;

void writeVersionedAnalysisResultToFile(const std::string& filename);

void readVersionedAnalysisResultFromFile(std::ifstream& F);

void readPtsFromFile(const std::string& filename);
void readPtsFromFile(const std::string& filename) override;

/// Dumps a MeldVersion to stdout.
static void dumpMeldVersion(MeldVersion &v);
Expand Down

0 comments on commit 8a40c0d

Please sign in to comment.