diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 11:33:39 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 11:33:39 +0000 |
commit | 1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a (patch) | |
tree | 1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/calls.c | |
parent | 4b68268e90ad2c9c9014b63618f020fc6c9f107b (diff) | |
download | gcc-1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a.tar.gz |
* calls.c: Fix formatting.
* c-decl.c: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* ggc-page.c: Likewise.
* integrate.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* sdbout.c: Likewise.
* stmt.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index f2b1bdb8a45..b2229168b19 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -437,7 +437,7 @@ prepare_call_address (funexp, fndecl, call_fusage, reg_parm_seen, sibcallp) We restore `inhibit_defer_pop' to that value. CALL_FUSAGE is either empty or an EXPR_LIST of USE expressions that - denote registers used by the called function. */ + denote registers used by the called function. */ static void emit_call_1 (funexp, fndecl, funtype, stack_size, rounded_stack_size, @@ -2387,7 +2387,7 @@ expand_call (exp, target, ignore) /* If this function requires a variable-sized argument list, don't try to make a cse'able block for this call. We may be able to do this eventually, but it is too complicated to keep track of - what insns go in the cse'able block and which don't. */ + what insns go in the cse'able block and which don't. */ flags &= ~(ECF_CONST | ECF_PURE); must_preallocate = 1; @@ -4405,7 +4405,7 @@ store_one_arg (arg, argblock, flags, variable_size, reg_parm_stack_space) if (reg != 0 && partial == 0) /* Being passed entirely in a register. We shouldn't be called in - this case. */ + this case. */ abort (); /* If this arg needs special alignment, don't load the registers |