From f470f853e3cec7619d27c39118feb5776ebd85eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 17 Nov 1999 20:15:31 -0800 Subject: [PATCH] temporary bugfix Rev: src/treeopt.in:1.25 --- src/treeopt.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/treeopt.in b/src/treeopt.in index cdb34b8c66..d1fe0fab25 100644 --- a/src/treeopt.in +++ b/src/treeopt.in @@ -1,6 +1,6 @@ // -*- c -*- // -// $Id: treeopt.in,v 1.24 1999/11/17 22:33:47 grubba Exp $ +// $Id: treeopt.in,v 1.25 1999/11/18 04:15:31 hubbe Exp $ // // The tree optimizer // @@ -32,12 +32,12 @@ F_CAST[$$->type == void_type_string](F_CAST(0, *), *): ; // void can't be casted to anything else. -F_CAST(0 = +[$$->type == void_type_string], *): - $0; +// F_CAST(0 = +[$$->type == void_type_string], *): +// $0; // This one is probably not needed, since it's handled by mkcastnode() -0 = F_CAST(1 = +[$$->type == $0->type](*, *), *): - $1; +// 0 = F_CAST(1 = +[$$->type == $0->type](*, *), *): +// $1; // Casting variables to void F_CAST[$$->type == void_type_string](F_LOCAL, *): -- GitLab