diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
commit | 47ae02b70c395550e01975e649e37f6ea829dac5 (patch) | |
tree | b334918063791e89f97a111eb02e3d0c9f8a766e /gcc/ipa-prop.c | |
parent | d7d884cefe202081bff234e3bd0a3dcaed79d5a1 (diff) | |
download | gcc-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/ipa-prop.c')
-rw-r--r-- | gcc/ipa-prop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 6074194ccb0..29178d4046f 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -673,7 +673,7 @@ param_type_may_change_p (tree function, tree arg, gimple call) /* Normal (non-THIS) argument. */ if ((SSA_NAME_VAR (arg) != DECL_ARGUMENTS (function) || TREE_CODE (TREE_TYPE (function)) != METHOD_TYPE) - /* THIS pointer of an method - here we we want to watch constructors + /* THIS pointer of an method - here we want to watch constructors and destructors as those definitely may change the dynamic type. */ || (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE @@ -2330,7 +2330,7 @@ analysis_dom_walker::before_dom_children (basic_block bb) ipa_compute_jump_functions_for_bb (m_fbi, bb); } -/* Initialize the array describing properties of of formal parameters +/* Initialize the array describing properties of formal parameters of NODE, analyze their uses and compute jump functions associated with actual arguments of calls from within NODE. */ |