diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 22:40:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-09 22:40:12 +0000 |
commit | ab6d34f74d478967d457be3498f798a07cb7bd41 (patch) | |
tree | 5d34fd4f27e2d3af28cbb64f97d7ac6eb8ccb0fe /gcc/expr.h | |
parent | cdc2cd32694d25a5e6f768c820c37048cf52f28b (diff) | |
download | gcc-ab6d34f74d478967d457be3498f798a07cb7bd41.tar.gz |
* acconfig.h: Fix comment formatting.
* c-dump.h: Likewise.
* c-tree.h: Likewise.
* conditions.h: Likewise.
* expr.h: Likewise.
* function.h: Likewise.
* gthr.h: Likewise.
* hwint.h: Likewise.
* integrate.h: Likewise.
* intl.h: Likewise.
* loop.h: Likewise.
* optabs.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 62e90b0d211..a518cf085fc 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -284,7 +284,7 @@ extern rtx expand_simple_unop PARAMS ((enum machine_mode, enum rtx_code, perform the operation described by CODE and MODE. */ extern int have_insn_for PARAMS ((enum rtx_code, enum machine_mode)); -/* Emit code to make a call to a constant function or a library call. */ +/* Emit code to make a call to a constant function or a library call. */ extern void emit_libcall_block PARAMS ((rtx, rtx, rtx, rtx)); /* Create but don't emit one rtl instruction to perform certain operations. @@ -429,7 +429,7 @@ extern void emit_group_load PARAMS ((rtx, rtx, int, unsigned int)); extern void emit_group_store PARAMS ((rtx, rtx, int, unsigned int)); #ifdef TREE_CODE -/* Copy BLKmode object from a set of registers. */ +/* Copy BLKmode object from a set of registers. */ extern rtx copy_blkmode_from_reg PARAMS ((rtx,rtx,tree)); #endif @@ -483,7 +483,7 @@ extern void emit_push_insn PARAMS ((rtx, enum machine_mode, tree, rtx, unsigned int, int, rtx, int, rtx, rtx, int, rtx)); -/* Expand an assignment that stores the value of FROM into TO. */ +/* Expand an assignment that stores the value of FROM into TO. */ extern rtx expand_assignment PARAMS ((tree, tree, int, int)); /* Generate code for computing expression EXP, |