From 8b0497def29651e25f658de731f41b4312ecdb9f Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 19 Dec 2013 17:55:40 +0100 Subject: [PATCH] Fix comment in gcc/config/arm/predicates.md From-SVN: r206126 --- gcc/config/arm/predicates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md index ed0157835156..e151a6b1f883 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") { -- 2.47.3