diff options
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivcanon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index c4d8573..7dcb0da 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -455,7 +455,7 @@ empty_loop_p (struct loop *loop) switch (TREE_CODE (stmt)) { case RETURN_EXPR: - case MODIFY_EXPR: + case GIMPLE_MODIFY_STMT: stmt = get_call_expr_in (stmt); if (!stmt) break; |