Enable doloop optimization on loops with calls.
* config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define. From-SVN: r158538
This commit is contained in:
parent
44c2f7fc69
commit
810d71d0d5
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user