From: Christoph Mallon Date: Sat, 27 Sep 2008 15:14:51 +0000 (+0000) Subject: Remove wrong constlike flags from PPC32 Addi, Ori and Andi_dot. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bc17bc9cee0138f87648fa19827599ea9298fdbe;p=libfirm Remove wrong constlike flags from PPC32 Addi, Ori and Andi_dot. [r22317] --- 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" ] },