From: Vladimir Makarov Date: Thu, 7 Feb 2013 17:20:26 +0000 (+0000) Subject: lra-constraints.c (process_alt_operands): Fix recently added comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5306401f2a1f6b090e9b17bfdd6271be53d1410d;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8551dcb9ff..ac9081217fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-02-07 Vladimir Makarov + + * lra-constraints.c (process_alt_operands): Fix recently added + comment. + 2013-02-07 Vladimir Makarov PR rtl-optimization/56225 diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c index 932b699696b..af68c3aee4c 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