diff options
Diffstat (limited to 'js/Linear/CLR.js')
-rw-r--r-- | js/Linear/CLR.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Linear/CLR.js b/js/Linear/CLR.js index 0b3439e8..3d97e275 100644 --- a/js/Linear/CLR.js +++ b/js/Linear/CLR.js @@ -17,6 +17,7 @@ function CLR() { model.dep_ut = [false,true]; gr_i = []; this.x = standard_define([3,2],model,exprs,gr_i); + return new BasicBlock(this.x); } CLR.prototype.details = function CLR() { return this.x; @@ -70,5 +71,6 @@ function CLR() { break; } } + return new BasicBlock(this.x); } } |