aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2015-07-13 04:46:34 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2015-07-13 04:46:34 +0000
commit026c3cfd5e92e7f358290921984b57e1b433e658 (patch)
treeb334918063791e89f97a111eb02e3d0c9f8a766e /gcc/cgraph.h
parent7e8ce0f35920ca44b790a742ab1e5058034c7fc2 (diff)
downloadgcc-026c3cfd5e92e7f358290921984b57e1b433e658.zip
gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.gz
gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.bz2
Fix double word typos.
From-SVN: r225726
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 0fe58e1..9476896 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -590,8 +590,8 @@ struct GTY(()) cgraph_thunk_info {
Available after function is analyzed. */
struct GTY(()) cgraph_local_info {
- /* Set when function function is visible in current compilation unit only
- and its address is never taken. */
+ /* Set when function is visible in current compilation unit only and
+ its address is never taken. */
unsigned local : 1;
/* False when there is something makes versioning impossible. */
@@ -712,7 +712,7 @@ struct GTY(()) cgraph_simd_clone {
/* Max hardware vector size in bits for floating point vectors. */
unsigned int vecsize_float;
- /* The mangling character for a given vector size. This is is used
+ /* The mangling character for a given vector size. This is used
to determine the ISA mangling bit as specified in the Intel
Vector ABI. */
unsigned char vecsize_mangle;
@@ -1905,7 +1905,7 @@ public:
/* Once all functions from compilation unit are in memory, produce all clones
and update all calls. We might also do this on demand if we don't want to
bring all functions to memory prior compilation, but current WHOPR
- implementation does that and it is is bit easier to keep everything right
+ implementation does that and it is bit easier to keep everything right
in this order. */
void materialize_all_clones (void);