OSDN Git Service

2009-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-ifcombine.c
index 0804856..e6dc78a 100644 (file)
@@ -108,7 +108,7 @@ bb_no_side_effects_p (basic_block bb)
       gimple stmt = gsi_stmt (gsi);
 
       if (gimple_has_volatile_ops (stmt)
-         || !ZERO_SSA_OPERANDS (stmt, SSA_OP_ALL_VIRTUALS))
+         || gimple_vuse (stmt))
        return false;
     }