diff options
author | Jakub Jelinek <jakub@redhat.com> | 2016-03-08 18:49:34 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-03-08 18:49:34 +0100 |
commit | 56aae4b7c0d088f2b1056b41ba1f502d93550020 (patch) | |
tree | 4588609e22a86a635c375d52a059b83f1f464d83 /gcc/ipa-reference.c | |
parent | 6edbcfc3f49faf16204e2b2907d0dc47f461aa3e (diff) | |
download | gcc-56aae4b7c0d088f2b1056b41ba1f502d93550020.zip gcc-56aae4b7c0d088f2b1056b41ba1f502d93550020.tar.gz gcc-56aae4b7c0d088f2b1056b41ba1f502d93550020.tar.bz2 |
ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.
* ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
- becuase -> because.
* ipa-reference.c (ignore_module_statics): Likewise.
* cgraph.c (cgraph_node::get_body): Likewise.
* ipa-inline.c (early_inliner): Likewise.
* ipa-devirt.c (types_same_for_odr): Likewise.
* tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
* config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
cp/
* decl.c (duplicate_decls): Fix spelling - becuase -> because.
lto/
* lto-symtab.h (lto_symtab_prevail_decl): Fix spelling
- becuase -> because.
From-SVN: r234061
Diffstat (limited to 'gcc/ipa-reference.c')
-rw-r--r-- | gcc/ipa-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index 6a3f6c3..b52db42 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -104,7 +104,7 @@ static splay_tree reference_vars_to_consider; static we are considering. This is added to the local info when asm code is found that clobbers all memory. */ static bitmap all_module_statics; -/* Set of all statics that should be ignored becuase they are touched by +/* Set of all statics that should be ignored because they are touched by -fno-ipa-reference code. */ static bitmap ignore_module_statics; |