summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/tree-ssa-operands.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/tree-ssa-operands.c')
-rw-r--r--contrib/gcc/tree-ssa-operands.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/tree-ssa-operands.c b/contrib/gcc/tree-ssa-operands.c
index 3c24d2a..a8ab58c 100644
--- a/contrib/gcc/tree-ssa-operands.c
+++ b/contrib/gcc/tree-ssa-operands.c
@@ -2057,6 +2057,10 @@ get_expr_operands (tree stmt, tree *expr_p, int flags)
return;
}
+ case CHANGE_DYNAMIC_TYPE_EXPR:
+ get_expr_operands (stmt, &CHANGE_DYNAMIC_TYPE_LOCATION (expr), opf_none);
+ return;
+
case BLOCK:
case FUNCTION_DECL:
case EXC_PTR_EXPR:
OpenPOWER on IntegriCloud