Commit d54ca450 by Jeff Law Committed by Jeff Law

* lib/target-supports.exp

	(check_effective_target_logical_op_short_circuit): Add v850.

From-SVN: r262129
parent fa614da6
2018-06-25 Jeff Law <law@redhat.com>
* lib/target-supports.exp
(check_effective_target_logical_op_short_circuit): Add v850.
2018-06-25 Martin Sebor <msebor@redhat.com> 2018-06-25 Martin Sebor <msebor@redhat.com>
PR tree-optimization/86204 PR tree-optimization/86204
......
...@@ -8801,6 +8801,7 @@ proc check_effective_target_logical_op_short_circuit {} { ...@@ -8801,6 +8801,7 @@ proc check_effective_target_logical_op_short_circuit {} {
|| [istarget powerpc*-*-*] || [istarget powerpc*-*-*]
|| [istarget nios2*-*-*] || [istarget nios2*-*-*]
|| [istarget riscv*-*-*] || [istarget riscv*-*-*]
|| [istarget v850*-*-*]
|| [istarget visium-*-*] || [istarget visium-*-*]
|| [check_effective_target_arm_cortex_m] } { || [check_effective_target_arm_cortex_m] } {
return 1 return 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment