Skip to content

Fix CallerCC potentially shadowing other cost centres.

Andreas Klebinger requested to merge wip/andreask/callercc into master
Fix CallerCC potentially shadowing other cost centres.

Add a CallerCC cost centre flavour for cost centres added by the
CallerCC pass. This avoids potential accidental shadowing between
CCs added by user annotations and ones added by CallerCC.

Merge request reports