diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 51c0d266aa0..18039079f58 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -2803,6 +2803,8 @@ bsi_for_stmt (tree stmt) static inline void update_modified_stmts (tree t) { + if (!ssa_operands_active ()) + return; if (TREE_CODE (t) == STATEMENT_LIST) { tree_stmt_iterator i; |