diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-12-21 13:55:52 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-21 13:55:52 -0700 |
commit | 06387d7cd80386a9a359342aee2d5361d1732f4f (patch) | |
tree | e8f5ed1e0d5b3cd073bfed8415dbea706bf867ac /gcc | |
parent | 44201dba495937d57fac14288c0659e0a7816d62 (diff) | |
download | gcc-06387d7cd80386a9a359342aee2d5361d1732f4f.zip gcc-06387d7cd80386a9a359342aee2d5361d1732f4f.tar.gz gcc-06387d7cd80386a9a359342aee2d5361d1732f4f.tar.bz2 |
Clarify comment.
From-SVN: r17176
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 01ae14d..cfe748e 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 |