From de6ab3f5e87facfaf8f3c80272f1931ff8821fe5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Mon, 13 Feb 2006 16:24:34 +0000 Subject: [PATCH] fixed some nodes --- ir/be/TEMPLATE/TEMPLATE_spec.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir/be/TEMPLATE/TEMPLATE_spec.pl b/ir/be/TEMPLATE/TEMPLATE_spec.pl index 7791f8c43..85ced05a3 100644 --- a/ir/be/TEMPLATE/TEMPLATE_spec.pl +++ b/ir/be/TEMPLATE/TEMPLATE_spec.pl @@ -450,7 +450,6 @@ $arch = "TEMPLATE"; "fDiv" => { "arity" => 2, "remat" => 1, - "check_inout" => 1, "comment" => "construct FP Div: Div(a, b) = a / b", "reg_req" => { "in" => [ "floating_point", "floating_point" ], "out" => [ "floating_point" ] }, "emit" => '. fdiv %S1, %S2, %D1\t\t\t/* FP Div(%S1, %S2) -> %D1 */' @@ -459,7 +458,6 @@ $arch = "TEMPLATE"; "fMinus" => { "arity" => 1, "remat" => 1, - "check_inout" => 1, "comment" => "construct FP Minus: Minus(a) = -a", "reg_req" => { "in" => [ "floating_point" ], "out" => [ "floating_point" ] }, "emit" => '. fneg %S1, %D1\t\t\t/* FP Minus(%S1) -> %D1 */' -- 2.20.1