fixed some nodes
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 13 Feb 2006 16:24:34 +0000 (16:24 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 13 Feb 2006 16:24:34 +0000 (16:24 +0000)
ir/be/TEMPLATE/TEMPLATE_spec.pl

index 7791f8c..85ced05 100644 (file)
@@ -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 */'