instructions with immediates are not commutative
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Mar 2008 23:53:31 +0000 (23:53 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Mar 2008 23:53:31 +0000 (23:53 +0000)
[r18090]

ir/be/arm/arm_spec.pl

index 10d956d..a4dea0c 100644 (file)
@@ -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",