1
0
mirror of synced 2026-05-04 23:27:07 +00:00

Excluded $_TBUF_ from opt_merge pass

This commit is contained in:
Salvador E. Tropea
2017-07-03 13:21:20 -03:00
parent 3e0948e16f
commit ca23554528

View File

@@ -276,6 +276,7 @@ struct OptMergeWorker
}
ct.cell_types.erase("$tribuf");
ct.cell_types.erase("$_TBUF_");
ct.cell_types.erase("$anyseq");
ct.cell_types.erase("$anyconst");