Commit d86bc962 by Jeff Law Committed by Jeff Law

* lib/target-supports.exp

	(check_effective_target_keeps_null_pointer_checks): Add cr16.

From-SVN: r270513
parent 9fe3064b
2019-04-23 Jeff Law <law@redhat.com>
* lib/target-supports.exp
(check_effective_target_keeps_null_pointer_checks): Add cr16.
2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
PR rtl-optimization/87979
......
......@@ -559,7 +559,7 @@ proc check_effective_target_keeps_null_pointer_checks { } {
if [target_info exists keeps_null_pointer_checks] {
return 1
}
if { [istarget msp430-*-*] } {
if { [istarget msp430-*-*] || [istarget cr16-*-*] } {
return 1;
}
return 0
......
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