()
| 594 | |
| 595 | // If the _hash is set, then the Node is in the GVN table; remove it. |
| 596 | void unlock() { |
| 597 | if( _hash==0 ) return; |
| 598 | Node old = CODE._gvn.remove(this); // Pull from table |
| 599 | assert old==this; |
| 600 | _hash=0; // Out of table now |
| 601 | } |
| 602 | |
| 603 | |
| 604 | // Hash of opcode and inputs |