Skip to content

Commit

Permalink
Comment out some parts of legacy code
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki committed Sep 24, 2024
1 parent b9d1031 commit 77b8033
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/c/weaver/weave/perfflow_weave_legacy_pass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class WeavingPass : public FunctionPass
virtual bool doInitialization (Module &m);
virtual bool runOnFunction (Function &F);

private:
bool insertAfter (Module &m, Function &f, StringRef &a,
int async, std::string &scope, std::string &flow, std::string pcut);
bool insertBefore (Module &m, Function &f, StringRef &a,
int async, std::string &scope, std::string &flow, std::string pcut);
// private:
// bool insertAfter (Module &m, Function &f, StringRef &a,
// int async, std::string &scope, std::string &flow, std::string pcut);
// bool insertBefore (Module &m, Function &f, StringRef &a,
// int async, std::string &scope, std::string &flow, std::string pcut);
};

}
Expand Down

0 comments on commit 77b8033

Please sign in to comment.