rename the SSA stages to AST

This commit is contained in:
Erik Krogh Kristensen
2021-12-08 14:49:59 +01:00
parent c9e3a62953
commit 0da80f90d3
8 changed files with 20 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ class Expr extends Expr_, AstNode {
/** Gets a textual representation of this element. */
cached
override string toString() {
Stages::SSA::ref() and
Stages::AST::ref() and
result = "Expression"
}