From 5306401f2a1f6b090e9b17bfdd6271be53d1410d Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Thu, 7 Feb 2013 17:20:26 +0000 Subject: lra-constraints.c (process_alt_operands): Fix recently added comment. 2013-02-07 Vladimir Makarov * lra-constraints.c (process_alt_operands): Fix recently added comment. From-SVN: r195857 --- gcc/lra-constraints.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/lra-constraints.c') diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c index 932b699..af68c3a 100644 --- a/gcc/lra-constraints.c +++ b/gcc/lra-constraints.c @@ -1896,10 +1896,10 @@ process_alt_operands (int only_alternative) mode, hard_regno[nop]) : in_class_p (op, this_alternative, NULL)))) { - /* Strict_low_part requires reload the register not - the sub-register. In this case we should check - that a final reload hard reg can hold the - value. */ + /* Strict_low_part requires to reload the register + not the sub-register. In this case we should + check that a final reload hard reg can hold the + value mode. */ if (curr_static_id->operand[nop].strict_low && REG_P (op) && hard_regno[nop] < 0 -- cgit v1.1