summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-13 04:46:34 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2015-07-13 04:46:34 +0000
commit47ae02b70c395550e01975e649e37f6ea829dac5 (patch)
treeb334918063791e89f97a111eb02e3d0c9f8a766e /gcc/cgraph.h
parentd7d884cefe202081bff234e3bd0a3dcaed79d5a1 (diff)
downloadgcc-47ae02b70c395550e01975e649e37f6ea829dac5.tar.gz
Fix double word typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225726 138bc75d-0d04-0410-961f-82ee72b054a4
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 0fe58e1f0bf..9476896e759 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);