libpredict_integration: fix signatures
This commit is contained in:
@@ -40,8 +40,8 @@ using json = nlohmann::json;
|
||||
void runPredictSchemeOld(SgProject &project,
|
||||
vector<vector<size_t>> &topologies,
|
||||
vector<ParallelRegion*> ¶llelRegions,
|
||||
map<string, vector<LoopGraph*>> loopGraph,
|
||||
map<string, vector<SpfInterval*>> intervals,
|
||||
map<string, vector<LoopGraph*>> &loopGraph,
|
||||
map<string, vector<SpfInterval*>> &intervals,
|
||||
map<string, vector<Messages>> &SPF_messages)
|
||||
{
|
||||
int maxSizeDist = 0;
|
||||
|
||||
Reference in New Issue
Block a user