From bc17bc9cee0138f87648fa19827599ea9298fdbe Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 27 Sep 2008 15:14:51 +0000 Subject: [PATCH] Remove wrong constlike flags from PPC32 Addi, Ori and Andi_dot. [r22317] --- ir/be/ppc32/ppc32_spec.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/ir/be/ppc32/ppc32_spec.pl b/ir/be/ppc32/ppc32_spec.pl index 746958d58..a492fc0e6 100644 --- a/ir/be/ppc32/ppc32_spec.pl +++ b/ir/be/ppc32/ppc32_spec.pl @@ -239,7 +239,6 @@ $default_cmp_attr = "NULL"; }, "Addi" => { - "op_flags" => "c", "irn_flags" => "R", "comment" => "construct Add: Addi(a, const) = Addi(const, a) = a + const", "reg_req" => { "in" => [ "!r0" ], "out" => [ "gp" ] }, @@ -596,7 +595,6 @@ $default_cmp_attr = "NULL"; }, "Ori" => { - "op_flags" => "c", "irn_flags" => "R", "comment" => "ors constant with register", "reg_req" => { "in" => [ "gp"], "out" => [ "gp" ] }, @@ -608,7 +606,6 @@ $default_cmp_attr = "NULL"; }, "Andi_dot" => { - "op_flags" => "c", "irn_flags" => "R", "comment" => "ands constant with register with cr0 update", "reg_req" => { "in" => [ "gp"], "out" => [ "gp", "cr0" ] }, -- 2.20.1