diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-06 01:47:12 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-06 01:47:12 +0000 |
commit | bda63bf128168ac7c2b4ab65c92097a6ae533c95 (patch) | |
tree | 06b152e407a14e4a26e3421da27856ec92067be3 /gcc/expr.h | |
parent | 9b7d5be529f2f629f1b8259930880a4afd3c2569 (diff) | |
download | gcc-bda63bf128168ac7c2b4ab65c92097a6ae533c95.zip gcc-bda63bf128168ac7c2b4ab65c92097a6ae533c95.tar.gz gcc-bda63bf128168ac7c2b4ab65c92097a6ae533c95.tar.bz2 |
Fix comment typos. emit_block_move decl was hidden.
From-SVN: r4348
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -540,7 +540,7 @@ extern void expand_fix PROTO((rtx, rtx, int)); appropriately for the current target machine. */ extern void init_optabs PROTO((void)); -/* Functions from expmed.c: (/ +/* Functions from expmed.c: */ /* Arguments MODE, RTX: return an rtx for the negation of that value. May emit insns. */ @@ -581,7 +581,7 @@ extern void convert_move PROTO((rtx, rtx, int)); /* Convert an rtx to specified machine mode and return the result. */ extern rtx convert_to_mode PROTO((enum machine_mode, rtx, int)); -/* Emit code to move a block Y to a block X. +/* Emit code to move a block Y to a block X. */ extern void emit_block_move PROTO((rtx, rtx, rtx, int)); /* Copy all or part of a value X into registers starting at REGNO. |