diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-09-23 22:06:18 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-09-23 22:06:18 +0000 |
commit | f61c8291cb98f2284dbadaa3a36866133815c438 (patch) | |
tree | c7aca0553f8807b3027757e66ed3dad50f7880a2 /gcc/tree-flow.h | |
parent | 962b8a0e7e609d75dcb3e9b28bc381a4976695a9 (diff) | |
download | gcc-f61c8291cb98f2284dbadaa3a36866133815c438.zip gcc-f61c8291cb98f2284dbadaa3a36866133815c438.tar.gz gcc-f61c8291cb98f2284dbadaa3a36866133815c438.tar.bz2 |
tree-flow.h (execute_update_addresses_taken): Adjust.
* tree-flow.h (execute_update_addresses_taken): Adjust.
* tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
(execute_update_addresses_taken): Remove parameter and OPTIMIZE test.
* passes.c (execute_function_todo): Adjust calls to above function.
From-SVN: r164571
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index da23516..85ad534 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -559,7 +559,7 @@ extern void delete_tree_ssa (void); extern bool ssa_undefined_value_p (tree); extern void warn_uninit (tree, const char *, void *); extern unsigned int warn_uninitialized_vars (bool); -extern void execute_update_addresses_taken (bool); +extern void execute_update_addresses_taken (void); /* Call-back function for walk_use_def_chains(). At each reaching definition, a function with this prototype is called. */ |