diff options
Diffstat (limited to 'stdlib/optimize.tl')
-rw-r--r-- | stdlib/optimize.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/optimize.tl b/stdlib/optimize.tl index 387fea1a..99b59210 100644 --- a/stdlib/optimize.tl +++ b/stdlib/optimize.tl @@ -42,7 +42,7 @@ nojoin (:method print (bl stream pretty-p) - (use pretty-p) + (ignore pretty-p) (put-string "#S" stream) (print ^(basic-block live ,bl.live label ,bl.label |