diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2012-03-18 10:14:23 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-03-18 10:14:23 +0100 |
commit | 82e86dc6aa8f49268290adde954deb9e39b1c0da (patch) | |
tree | 2b9e12933dd8cfaee94e3a8a3d8c74111986c58b /gcc/config/i386/pentium.md | |
parent | e555251484f9e346eca31fd5bb7f0ff89c9fb138 (diff) | |
download | gcc-82e86dc6aa8f49268290adde954deb9e39b1c0da.zip gcc-82e86dc6aa8f49268290adde954deb9e39b1c0da.tar.gz gcc-82e86dc6aa8f49268290adde954deb9e39b1c0da.tar.bz2 |
i386.md: Remove empty predicates and/or constraints.
* config/i386/i386.md: Remove empty predicates and/or constraints.
* config/i386/sync.md: Ditto.
* config/i386/sse.md: Ditto.
* config/i386/mmx.md: Ditto.
* config/i386/pentium.md: Ditto.
* config/i386/athlon.md: Ditto.
From-SVN: r185505
Diffstat (limited to 'gcc/config/i386/pentium.md')
-rw-r--r-- | gcc/config/i386/pentium.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/i386/pentium.md b/gcc/config/i386/pentium.md index c6c5bd5..91a5dd0 100644 --- a/gcc/config/i386/pentium.md +++ b/gcc/config/i386/pentium.md @@ -47,22 +47,22 @@ (eq_attr "type" "ibr") (const_string "pv") (and (eq_attr "type" "ishift") - (match_operand 2 "const_int_operand" "")) + (match_operand 2 "const_int_operand")) (const_string "pu") (and (eq_attr "type" "rotate") - (match_operand 2 "const1_operand" "")) + (match_operand 2 "const1_operand")) (const_string "pu") (and (eq_attr "type" "ishift1") - (match_operand 1 "const_int_operand" "")) + (match_operand 1 "const_int_operand")) (const_string "pu") (and (eq_attr "type" "rotate1") - (match_operand 1 "const1_operand" "")) + (match_operand 1 "const1_operand")) (const_string "pu") (and (eq_attr "type" "call") - (match_operand 0 "constant_call_address_operand" "")) + (match_operand 0 "constant_call_address_operand")) (const_string "pv") (and (eq_attr "type" "callv") - (match_operand 1 "constant_call_address_operand" "")) + (match_operand 1 "constant_call_address_operand")) (const_string "pv") ] (const_string "np"))) @@ -167,7 +167,7 @@ (define_insn_reservation "pent_fpstore" 2 (and (eq_attr "cpu" "pentium") (and (eq_attr "type" "fmov") - (ior (match_operand 1 "immediate_operand" "") + (ior (match_operand 1 "immediate_operand") (eq_attr "memory" "store")))) "(pentium-fp+pentium-np)*2") |