aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2016-12-16 17:04:20 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-12-16 17:04:20 +0100
commit17f3bb6d2547e75cac271f19cc04d8fe3cb0bf5f (patch)
tree19a77bd8d4bd905dc9d38e9b13ad5a3cbbe2fe44 /gcc
parent7b45d0dfeb5f855723a2603bb5ea6585438f224c (diff)
downloadgcc-17f3bb6d2547e75cac271f19cc04d8fe3cb0bf5f.zip
gcc-17f3bb6d2547e75cac271f19cc04d8fe3cb0bf5f.tar.gz
gcc-17f3bb6d2547e75cac271f19cc04d8fe3cb0bf5f.tar.bz2
Revert accidentally changed file.
From-SVN: r243754
Diffstat (limited to 'gcc')
-rw-r--r--gcc/sanopt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c
index e72a49b..7fe8d32 100644
--- a/gcc/sanopt.c
+++ b/gcc/sanopt.c
@@ -802,9 +802,6 @@ sanitize_asan_mark_poison (void)
if (maybe_contains_asan_check (stmt))
{
bitmap_set_bit (with_check, bb->index);
-if (dump_file)
-fprintf (dump_file, "setting bit %d\n", bb->index);
-
break;
}
}