From dd5c56c0d4e2f87e0a3c5f9d5ebd147861e6ef96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Thu, 27 Oct 2005 15:24:46 +0000 Subject: [PATCH] added new op --- ir/be/ia32/ia32_spec.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 68799fbc0..5bb89517b 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -287,6 +287,15 @@ $arch = "ia32"; "rd_constructor" => "DEFAULT" }, +"Minus" => { + "op_flags" => "N", + "state" => "pinned", + "arity" => 1, + "args" => "DEFAULT", + "comment" => "construct Minus: Minus(a) = -a", + "rd_constructor" => "DEFAULT" +}, + # other operations "Conv" => { -- 2.20.1