diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 9f263bd..0d61c18 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -1450,8 +1450,7 @@ redirection_block_p (basic_block bb) && (gimple_code (gsi_stmt (gsi)) == GIMPLE_LABEL || is_gimple_debug (gsi_stmt (gsi)) || gimple_nop_p (gsi_stmt (gsi)) - || (gimple_code (gsi_stmt (gsi)) == GIMPLE_ASSIGN - && gimple_clobber_p (gsi_stmt (gsi))))) + || gimple_clobber_p (gsi_stmt (gsi)))) gsi_next (&gsi); /* Check if this is an empty block. */ |