From e9f9903393c47e02aa322e85e1e833e25c85589a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Fri, 11 Nov 2016 13:18:10 +0100 Subject: [PATCH] Revert "compiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff7551c3280bfe02e728caa3 (#1513)" This reverts commit 5a0e5832798018e284d7c1e3e39e44ee22f3f812. --- basis/compiler/tree/dead-code/simple/simple.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/compiler/tree/dead-code/simple/simple.factor b/basis/compiler/tree/dead-code/simple/simple.factor index bdb670773c..a4df21392d 100644 --- a/basis/compiler/tree/dead-code/simple/simple.factor +++ b/basis/compiler/tree/dead-code/simple/simple.factor @@ -9,10 +9,10 @@ IN: compiler.tree.dead-code.simple : flushable-call? ( #call -- ? ) dup word>> dup flushable? [ - "input-classes" word-prop dup [ + word>input-infos [ [ node-input-infos ] dip - [ [ class>> ] dip class<= ] 2all? - ] [ 2drop t ] if + [ value-info<= ] 2all? + ] [ drop t ] if* ] [ 2drop f ] if ; M: #call mark-live-values*