aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2018-12-03 10:13:20 -0700
committerJeff Law <law@gcc.gnu.org>2018-12-03 10:13:20 -0700
commit8c6f7e0f35db86ab0bffe63bf0b104e5334a2151 (patch)
tree0f6ad3e02f51b8c8c0b69667c8109c9ddbedc386 /gcc/config/h8300
parentc3e799e123238f1762760bcec2091005603eb4e7 (diff)
downloadgcc-8c6f7e0f35db86ab0bffe63bf0b104e5334a2151.zip
gcc-8c6f7e0f35db86ab0bffe63bf0b104e5334a2151.tar.gz
gcc-8c6f7e0f35db86ab0bffe63bf0b104e5334a2151.tar.bz2
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
Diffstat (limited to 'gcc/config/h8300')
-rw-r--r--gcc/config/h8300/h8300.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 9e8f715..84b2e4f 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -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")