Fix bootstrap error on ia64
* config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard): Return default value. From-SVN: r210845
This commit is contained in:
parent
73984f8494
commit
676cad4d97
@ -1,3 +1,9 @@
|
||||
2014-05-23 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
|
||||
|
||||
Fix bootstrap error on ia64
|
||||
* config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
|
||||
Return default value.
|
||||
|
||||
2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||
|
||||
PR tree-optimization/54733
|
||||
|
@ -7548,6 +7548,8 @@ ia64_first_cycle_multipass_dfa_lookahead_guard (rtx insn, int ready_index)
|
||||
|| !is_load_p (insn)
|
||||
|| mem_ops_in_group[current_cycle % 4] < ia64_max_memory_insns))
|
||||
return 0;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* The following variable value is pseudo-insn used by the DFA insn
|
||||
|
Loading…
Reference in New Issue
Block a user