Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy authored May 28, 2024
2 parents 4b05fa0 + fba2fde commit f2db349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FlowAware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void IR2Vec_FA::collectWriteDefsMap(Module &M) {
}

Vector IR2Vec_FA::getValue(std::string key) {
Vector vec;
Vector vec(DIM, 0);
if (opcMap.find(key) == opcMap.end()) {
IR2VEC_DEBUG(errs() << "cannot find key in map : " << key << "\n");
dataMissCounter++;
Expand Down

0 comments on commit f2db349

Please sign in to comment.