diff options
Diffstat (limited to 'tools/eliminator/eliminator.coffee')
-rw-r--r-- | tools/eliminator/eliminator.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eliminator/eliminator.coffee b/tools/eliminator/eliminator.coffee index 891718e2..c6de8690 100644 --- a/tools/eliminator/eliminator.coffee +++ b/tools/eliminator/eliminator.coffee @@ -113,7 +113,7 @@ class Eliminator # @returns: The number of variables eliminated, or undefined if skipped. run: -> # Our optimization does not account for closures. - if not @isGenerated then return undefined + if not @isGenerated() then return undefined @calculateBasicVarStats() @analyzeInitialValues() |