PR debug/46258
* tree-cfg.c (replace_uses_by): Don't mark BBs as altered on
debug stmts.
From-SVN: r167264
+2010-11-29 Alexandre Oliva <aoliva@redhat.com>
+
+ PR debug/46258
+ * tree-cfg.c (replace_uses_by): Don't mark BBs as altered on
+ debug stmts.
+
2010-11-22 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/43057
size_t i;
fold_stmt_inplace (stmt);
- if (cfgcleanup_altered_bbs)
+ if (cfgcleanup_altered_bbs && !is_gimple_debug (stmt))
bitmap_set_bit (cfgcleanup_altered_bbs, gimple_bb (stmt)->index);
/* FIXME. This should go in update_stmt. */