summaryrefslogtreecommitdiff
path: root/src/passes/Precompute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/Precompute.cpp')
-rw-r--r--src/passes/Precompute.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/passes/Precompute.cpp b/src/passes/Precompute.cpp
index 89941a1ae..1ba298605 100644
--- a/src/passes/Precompute.cpp
+++ b/src/passes/Precompute.cpp
@@ -308,8 +308,8 @@ private:
// creates a new, unique struct, even if the data is equal), and so
// PrecomputingExpressionRunner will return a nonconstant flow for all
// GC heap operations. (We could also have used
- // Properties::isIntrinsicallyNondeterministic here, but that would be
- // less efficient to re-scan the entire expression.)
+ // Properties::isGenerative here, but that would be less efficient to
+ // re-scan the entire expression.)
//
// (Other side effects are fine; if an expression does a call and we
// somehow know the entire expression precomputes to a 42, then we can