MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / reg

Method reg

chapter19/src/main/java/com/seaofnodes/simple/CodeGen.java:267–270  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

265
266 // ---------------------------
267 public String reg(Node n) {
268 if( _phase == Phase.RegAlloc ) throw Utils.TODO();
269 return "N"+ n._nid;
270 }
271
272
273 // ---------------------------

Callers 1

doInstMethod · 0.45

Calls 1

TODOMethod · 0.95

Tested by

no test coverage detected