Skip to content
Snippets Groups Projects
Verified Commit 4da901d0 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix comment

parent d859f59a
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ public: ...@@ -67,7 +67,7 @@ public:
class Epilogue : public DynamicModel class Epilogue : public DynamicModel
{ {
private: private:
//! Associates a set of symbol IDs (the variable(s) assigned in a given statement) to an expression (their assigned value) //! Associates a symbol ID (the variable assigned in a given statement) to an expression (its assigned value)
vector<pair<int, expr_t>> dynamic_def_table, static_def_table; vector<pair<int, expr_t>> dynamic_def_table, static_def_table;
public: public:
Epilogue(SymbolTable &symbol_table_arg, Epilogue(SymbolTable &symbol_table_arg,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment