aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/tree-cfgcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/tree-cfgcleanup.c')
-rw-r--r--gcc-4.8/gcc/tree-cfgcleanup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc-4.8/gcc/tree-cfgcleanup.c b/gcc-4.8/gcc/tree-cfgcleanup.c
index 064d994ad..aeb5e4e8c 100644
--- a/gcc-4.8/gcc/tree-cfgcleanup.c
+++ b/gcc-4.8/gcc/tree-cfgcleanup.c
@@ -539,9 +539,6 @@ fixup_noreturn_call (gimple stmt)
update_stmt (stmt);
changed = true;
}
- /* Similarly remove VDEF if there is any. */
- else if (gimple_vdef (stmt))
- update_stmt (stmt);
return changed;
}