From: Jeff Law Date: Sun, 21 Dec 1997 20:54:36 +0000 (-0700) Subject: Clarify a comment. X-Git-Tag: prereleases/egcs-1.0.1-prerelease~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bef1d02be2f1ebd9198042e7f03aa8c1d3c1fc0;p=thirdparty%2Fgcc.git Clarify a comment. From-SVN: r17175 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 31188f92fe87..d08dc8503b13 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -1247,7 +1247,7 @@ emit_move_sequence (operands, mode, scratch_reg) /* Simplify the source if we need to. Note we do have to handle function labels here, even though we do not consider them legitimate constants. Loop optimizations can - call the emit_move_xxx with one a function as a source. */ + call the emit_move_xxx with one as a source. */ if ((GET_CODE (operand1) != HIGH && immediate_operand (operand1, mode)) || function_label_operand (operand1, mode) || (GET_CODE (operand1) == HIGH