diff options
Diffstat (limited to 'src/ir/local-graph.h')
-rw-r--r-- | src/ir/local-graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/local-graph.h b/src/ir/local-graph.h index 6a8f1b2af..84be2a4c2 100644 --- a/src/ir/local-graph.h +++ b/src/ir/local-graph.h @@ -42,7 +42,7 @@ struct LocalGraph { // externally useful information GetSetses getSetses; // the sets affecting each get. a nullptr set means the initial - // value (0 for a var, the received value for a param) + // value (0 for a var, the received value for a param) Locations locations; // where each get and set is (for easy replacing) // optional computation: compute the influence graphs between sets and gets |