h8300.md (<code>qi3_1): Add gcc_unreachable to keep warnings quiet.

* config/h8300/h8300.md (<code>qi3_1): Add gcc_unreachable to keep
	warnings quiet.

From-SVN: r266762
This commit is contained in:
Jeff Law 2018-12-03 10:13:20 -07:00 committed by Jeff Law
parent c3e799e123
commit 8c6f7e0f35
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2018-12-03 Jeff Law <law@redhat.com>
* config/h8300/h8300.md (<code>qi3_1): Add gcc_unreachable to keep
warnings quiet.
* config/h8300/h8300.md (low byte masking peepholes): Only accept
nonimmediate_operand for the to-be-masked operand.

View File

@ -1629,6 +1629,7 @@
return <CODE> == IOR ? "bset\\t%V2,%R0" : "bnot\\t%V2,%R0";
else if (which_alternative == 1)
return <CODE> == IOR ? "or\\t%X2,%X0" : "xor\\t%X2,%X0";
gcc_unreachable ();
}
[(set_attr "length" "8,*")
(set_attr "length_table" "*,logicb")