aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.h
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 18:31:07 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:31:07 +0000
commit688010bad0375a275466ac1adb98aff80c0e77ac (patch)
treea89618804e203ad97b7210fd17da195393f4631f /gcc/ipa-inline.h
parent1aa95df74202a50ca17f06e738c8fae303450fdd (diff)
downloadgcc-688010bad0375a275466ac1adb98aff80c0e77ac.zip
gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz
gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.bz2
Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * c-common.c: Fix typos. * c-common.h: Likewise. From-SVN: r201110
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;
};