Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyam committed Feb 20, 2025
1 parent 54592bd commit fc99e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csrc/val_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ class ValGraph {
return false;
}

std::unordered_map<Val*, std::unordered_set<Val*>> do_not_map_vals_;

private:
// Map expr0 and expr1 with each other, update unique_definitions_
// unique_uses_
Expand Down

0 comments on commit fc99e68

Please sign in to comment.