Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yash3886/IR2Vec into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yash3886 committed May 28, 2024
2 parents eafffb5 + f2db349 commit 4f4504d
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 4f4504d

Please sign in to comment.