SSAValueTracker should only use nullptr for default values

This commit is contained in:
Mathias Baumann
2018-12-05 18:01:41 +01:00
parent f4e9c70ecc
commit d0204eef2f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -33,6 +33,8 @@ namespace yul
* Class that walks the AST and stores the initial value of each variable
* that is never assigned to.
*
* Default value is represented as nullptr.
*
* Prerequisite: Disambiguator
*/
class SSAValueTracker: public ASTWalker