Changeset 1297 for Deliverables/D2.2/8051-indexed-labels-branch/src/clight
- Timestamp:
- Oct 5, 2011, 6:04:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051-indexed-labels-branch/src/clight/clightLabelling.ml
r1291 r1297 162 162 let cost_prefix = CostLabel.Atom.Gen.fresh_prefix labs "_cost" in 163 163 let cost_universe = CostLabel.Atom.Gen.new_universe cost_prefix in 164 let ind = CostLabel. Indexing.emptyin164 let ind = CostLabel.id_indexing 0 in 165 165 { 166 166 prog_funct = List.map (add_cost_labels_f ind cost_universe) p.prog_funct;
Note: See TracChangeset
for help on using the changeset viewer.