projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b45d0d
)
Revert accidentally changed file.
author
Jakub Jelinek
<jakub@gcc.gnu.org>
Fri, 16 Dec 2016 16:04:20 +0000
(17:04 +0100)
committer
Jakub Jelinek
<jakub@gcc.gnu.org>
Fri, 16 Dec 2016 16:04:20 +0000
(17:04 +0100)
From-SVN: r243754
gcc/sanopt.c
patch
|
blob
|
history
diff --git
a/gcc/sanopt.c
b/gcc/sanopt.c
index e72a49b637545a8f9f443442b9a4cbcce6085477..7fe8d32e39acf8694cc2de9047cd43d2156872e9 100644
(file)
--- 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;
}
}