Skip to content
Snippets Groups Projects
Commit 7086061a authored by David Bühler's avatar David Bühler
Browse files

[Dive] Include global initializations in Ivette.

parent 331edb4f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,8 @@ let origin_to_locations = function
| Studia.Writes.Assign s
| CallDirect s -> [Printer_tag.localizable_of_stmt s]
| CallIndirect _s -> []
| GlobalInit (_vi, _init) -> []
| GlobalInit (vi, _init) ->
[ Printer_tag.localizable_of_declaration (SGlobal vi) ]
| FormalInit (_vi, callsites) ->
List.concat_map
(fun (_,l) -> List.map Printer_tag.localizable_of_stmt l)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment