mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
3016c2ad41
This commit enables to emit accesses with the square bracket array access operator on pointers. This is accomplished by adding an additional mandatory argument to ModelGEP (AND NOT to ModelGEPRef) to represent this case. MakeModelGEPPass is updated to take this into account, together with all the other passes that handle ModelGEPs.