aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r--gcc/tree-cfg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index 14982ff..7151fa7 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -2852,8 +2852,7 @@ verify_types_in_gimple_min_lval (tree expr)
if (is_gimple_id (expr))
return false;
- if (TREE_CODE (expr) != MISALIGNED_INDIRECT_REF
- && TREE_CODE (expr) != TARGET_MEM_REF
+ if (TREE_CODE (expr) != TARGET_MEM_REF
&& TREE_CODE (expr) != MEM_REF)
{
error ("invalid expression for min lvalue");
@@ -3723,7 +3722,6 @@ verify_gimple_assign_single (gimple stmt)
case COMPONENT_REF:
case BIT_FIELD_REF:
- case MISALIGNED_INDIRECT_REF:
case ARRAY_REF:
case ARRAY_RANGE_REF:
case VIEW_CONVERT_EXPR: