mirror of git://gcc.gnu.org/git/gcc.git
gcse.c: Fix misspelling.
* gcse.c: Fix misspelling. * line-map.c: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. From-SVN: r68865
This commit is contained in:
parent
3dce14083f
commit
0e8a66de6d
|
@ -1455,7 +1455,7 @@ extern struct dsp16xx_frame_info current_frame_info;
|
|||
/* Define this macro as a C expression which is nonzero if accessing less
|
||||
than a word of memory (i.e a char or short) is no faster than accessing
|
||||
a word of memory, i.e if such access require more than one instruction
|
||||
or if ther is no difference in cost between byte and (aligned) word
|
||||
or if there is no difference in cost between byte and (aligned) word
|
||||
loads. */
|
||||
#define SLOW_BYTE_ACCESS 1
|
||||
|
||||
|
|
|
@ -6728,7 +6728,7 @@ first_ls_expr ()
|
|||
return pre_ldst_mems;
|
||||
}
|
||||
|
||||
/* Return the next item in ther list after the specified one. */
|
||||
/* Return the next item in the list after the specified one. */
|
||||
|
||||
static inline struct ls_expr *
|
||||
next_ls_expr (ptr)
|
||||
|
|
|
@ -63,7 +63,7 @@ free_line_maps (struct line_maps *set)
|
|||
}
|
||||
|
||||
/* Add a mapping of logical source line to physical source file and
|
||||
line number. Ther text pointed to by TO_FILE must have a lifetime
|
||||
line number. The text pointed to by TO_FILE must have a lifetime
|
||||
at least as long as the final call to lookup_line ().
|
||||
|
||||
FROM_LINE should be monotonic increasing across calls to this
|
||||
|
|
Loading…
Reference in New Issue