From bda63bf128168ac7c2b4ab65c92097a6ae533c95 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 6 May 1993 01:47:12 +0000 Subject: [PATCH] Fix comment typos. emit_block_move decl was hidden. From-SVN: r4348 --- gcc/expr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/expr.h b/gcc/expr.h index d4fc662b8c7..972c62cbf6b 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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. -- 2.30.2