aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <clyon@gcc.gnu.org>2013-12-19 17:55:40 +0100
committerChristophe Lyon <clyon@gcc.gnu.org>2013-12-19 17:55:40 +0100
commit8b0497def29651e25f658de731f41b4312ecdb9f (patch)
tree94d27ef9efc7b51acedb76e0db9766ca63315c8b
parent9f178d6abb7c472d5a749152002005a87098a352 (diff)
downloadgcc-8b0497def29651e25f658de731f41b4312ecdb9f.zip
gcc-8b0497def29651e25f658de731f41b4312ecdb9f.tar.gz
gcc-8b0497def29651e25f658de731f41b4312ecdb9f.tar.bz2
Fix comment in gcc/config/arm/predicates.md
From-SVN: r206126
-rw-r--r--gcc/config/arm/predicates.md2
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")
{