From: Michael Beck Date: Tue, 11 Mar 2008 23:53:31 +0000 (+0000) Subject: instructions with immediates are not commutative X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9dbc7393d7dc23b776b9a4767cc2f0c06946f1de;p=libfirm instructions with immediates are not commutative [r18090] --- diff --git a/ir/be/arm/arm_spec.pl b/ir/be/arm/arm_spec.pl index 10d956d18..a4dea0c84 100644 --- a/ir/be/arm/arm_spec.pl +++ b/ir/be/arm/arm_spec.pl @@ -716,7 +716,6 @@ fpaAdf => { }, fpaAdf_i => { - op_flags => "C", irn_flags => "R", comment => "construct FPA Add: Add(a, b) = Add(b, a) = a + b", attr => "long imm", @@ -735,7 +734,6 @@ fpaMuf => { }, fpaMuf_i => { - op_flags => "C", irn_flags => "R", comment => "construct FPA Mul: Mul(a, b) = Mul(b, a) = a * b", attr => "long imm",