MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / fixupTypes

Method fixupTypes

ir/value.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void Value::fixupTypes(const Model &m) {
30 type.fixup(m);
31}
32
33ostream& operator<<(ostream &os, const Value &val) {
34 auto t = val.getType().toString();

Callers

nothing calls this directly

Calls 1

fixupMethod · 0.80

Tested by

no test coverage detected