diff options
-rw-r--r-- | gcc/config/arm/predicates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md index ed01578..e151a6b 100644 --- a/gcc/config/arm/predicates.md +++ b/gcc/config/arm/predicates.md @@ -53,7 +53,7 @@ (ior (match_operand 0 "imm_for_neon_logic_operand") (match_operand 0 "s_register_operand"))) -;; Any hard register. +;; Any general register. (define_predicate "arm_hard_general_register_operand" (match_code "reg") { |