Enable doloop optimization on loops with calls.

* config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.

From-SVN: r158538
This commit is contained in:
James E. Wilson 2010-04-20 01:07:07 +00:00 committed by Jim Wilson
parent 44c2f7fc69
commit 810d71d0d5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-04-19 James E. Wilson <wilson@codesourcery.com>
* config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
2010-04-19 Jan Hubicka <jh@suse.cz>
* opts.c (decode_options): Disable whpr incompatible passes.

View File

@ -537,6 +537,9 @@ static const struct attribute_spec ia64_attribute_table[] =
#undef TARGET_TRAMPOLINE_INIT
#define TARGET_TRAMPOLINE_INIT ia64_trampoline_init
#undef TARGET_INVALID_WITHIN_DOLOOP
#define TARGET_INVALID_WITHIN_DOLOOP hook_constcharptr_const_rtx_null
#undef TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE
#define TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE ia64_override_options_after_change