diff options
-rw-r--r-- | gcc/gimple-range-path.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gimple-range-path.cc b/gcc/gimple-range-path.cc index b3040c9..b86a76f 100644 --- a/gcc/gimple-range-path.cc +++ b/gcc/gimple-range-path.cc @@ -246,10 +246,6 @@ path_range_query::range_defined_in_block (irange &r, tree name, basic_block bb) fprintf (dump_file, "\n"); } - // We may have an artificial statement not in the IL. - if (!bb && r.varying_p ()) - return false; - return true; } |