aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-inline.h')
-rw-r--r--gcc/ipa-inline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h
index 8a72601..b34cb52 100644
--- a/gcc/ipa-inline.h
+++ b/gcc/ipa-inline.h
@@ -53,7 +53,7 @@ enum inline_hints_vals {
to do so because it enables loop optimizatoins. */
INLINE_HINT_loop_iterations = 2,
INLINE_HINT_loop_stride = 4,
- /* Inlining withing same strongly connected component of callgraph is often
+ /* Inlining within same strongly connected component of callgraph is often
a loss due to increased stack frame usage and prologue setup costs. */
INLINE_HINT_same_scc = 8,
/* Inlining functions in strongly connected component is not such a great
@@ -67,7 +67,7 @@ enum inline_hints_vals {
*/
INLINE_HINT_cross_module = 64,
/* If array indexes of loads/stores become known there may be room for
- futher optimization. */
+ further optimization. */
INLINE_HINT_array_index = 128
};
typedef int inline_hints;
@@ -152,7 +152,7 @@ struct GTY(()) inline_summary
using up-to-date value in the badness metric mean a lot of extra
expenses. */
int growth;
- /* Number of SCC on the beggining of inlining process. */
+ /* Number of SCC on the beginning of inlining process. */
int scc_no;
};