From 06387d7cd80386a9a359342aee2d5361d1732f4f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 21 Dec 1997 13:55:52 -0700 Subject: [PATCH] Clarify comment. From-SVN: r17176 --- gcc/config/pa/pa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 01ae14d4cc3..cfe748e7fc2 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 -- 2.30.2