]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix comment in gcc/config/arm/predicates.md
authorChristophe Lyon <clyon@gcc.gnu.org>
Thu, 19 Dec 2013 16:55:40 +0000 (17:55 +0100)
committerChristophe Lyon <clyon@gcc.gnu.org>
Thu, 19 Dec 2013 16:55:40 +0000 (17:55 +0100)
From-SVN: r206126

gcc/config/arm/predicates.md

index ed01578351567d4e7473ae39be6b23d72f8a9e34..e151a6b1f883d46af90d369f0d6d2cd0744541cd 100644 (file)
@@ -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")
 {