aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index e935c30..8dcef8b 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -802,7 +802,6 @@ promote_mode (const_tree type ATTRIBUTE_UNUSED, machine_mode mode,
PROMOTE_MODE (mode, unsignedp, type);
*punsignedp = unsignedp;
return mode;
- break;
#ifdef POINTERS_EXTEND_UNSIGNED
case REFERENCE_TYPE:
@@ -810,7 +809,6 @@ promote_mode (const_tree type ATTRIBUTE_UNUSED, machine_mode mode,
*punsignedp = POINTERS_EXTEND_UNSIGNED;
return targetm.addr_space.address_mode
(TYPE_ADDR_SPACE (TREE_TYPE (type)));
- break;
#endif
default: