* c-ppoutput.c, var-tracking.c: Fix comment typos.
From-SVN: r77448
This commit is contained in:
parent
468c45a3e6
commit
fb0840fc1e
@ -1,3 +1,7 @@
|
||||
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* c-ppoutput.c, var-tracking.c: Fix comment typos.
|
||||
|
||||
2004-02-06 James E Wilson <wilson@specifixinc.com>
|
||||
|
||||
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
|
||||
|
@ -335,7 +335,7 @@ cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line,
|
||||
}
|
||||
|
||||
/* Callback called when -fworking-director and -E to emit working
|
||||
diretory in cpp output file. */
|
||||
directory in cpp output file. */
|
||||
|
||||
void
|
||||
pp_dir_change (cpp_reader *pfile ATTRIBUTE_UNUSED, const char *dir)
|
||||
|
@ -455,7 +455,7 @@ insn_stack_adjust_offset_pre_post (rtx insn, HOST_WIDE_INT *pre,
|
||||
}
|
||||
}
|
||||
|
||||
/* Compute stack adjustnment in basic block BB. */
|
||||
/* Compute stack adjustment in basic block BB. */
|
||||
|
||||
static void
|
||||
bb_stack_adjust_offset (basic_block bb)
|
||||
@ -522,7 +522,7 @@ vt_stack_adjustments (void)
|
||||
edge *stack;
|
||||
int sp;
|
||||
|
||||
/* Initialize enttry block. */
|
||||
/* Initialize entry block. */
|
||||
VTI (ENTRY_BLOCK_PTR)->visited = true;
|
||||
VTI (ENTRY_BLOCK_PTR)->out.stack_adjust = 0;
|
||||
|
||||
@ -2451,7 +2451,7 @@ vt_initialize (void)
|
||||
}
|
||||
}
|
||||
|
||||
/* Add the nicro-operations to the array. */
|
||||
/* Add the micro-operations to the array. */
|
||||
VTI (bb)->mos = xmalloc (VTI (bb)->n_mos
|
||||
* sizeof (struct micro_operation_def));
|
||||
VTI (bb)->n_mos = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user