summaryrefslogtreecommitdiff
path: root/gcc/type-reconstructor.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/type-reconstructor.c')
-rw-r--r--gcc/type-reconstructor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/type-reconstructor.c b/gcc/type-reconstructor.c
index aeb98e95ee1..769733d33b5 100644
--- a/gcc/type-reconstructor.c
+++ b/gcc/type-reconstructor.c
@@ -82,6 +82,7 @@ bool
TypeReconstructor::is_memoized(const_tree t)
{
const bool already_changed = _reorg_map.find(t) != _reorg_map.end();
+ //mark_all_pointing_here_as_modified();
return already_changed;
}