diff options
Diffstat (limited to 'gcc/config/arm/predicates.md')
-rw-r--r-- | gcc/config/arm/predicates.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md index 75c06d9..c683ec2 100644 --- a/gcc/config/arm/predicates.md +++ b/gcc/config/arm/predicates.md @@ -806,14 +806,8 @@ ;;------------------------------------------------------------------------- ;; -;; iWMMXt predicates -;; - -(define_predicate "imm_or_reg_operand" - (ior (match_operand 0 "immediate_operand") - (match_operand 0 "register_operand"))) - ;; Neon predicates +;; (define_predicate "const_multiple_of_8_operand" (match_code "const_int") @@ -907,7 +901,8 @@ (define_predicate "mem_noofs_operand" (and (match_code "mem") - (match_code "reg" "0"))) + (match_code "reg" "0") + (match_operand 0 "memory_operand"))) (define_predicate "call_insn_operand" (ior (and (match_code "symbol_ref") |