src/share/vm/opto/machnode.cpp

changeset 6478
044b28168e20
parent 5784
190899198332
child 6481
1410ad6b05f1
     1.1 --- a/src/share/vm/opto/machnode.cpp	Thu Nov 07 11:47:11 2013 +0100
     1.2 +++ b/src/share/vm/opto/machnode.cpp	Thu Nov 14 19:24:59 2013 -0800
     1.3 @@ -134,6 +134,10 @@
     1.4    ShouldNotCallThis();
     1.5  }
     1.6  
     1.7 +//---------------------------postalloc_expand----------------------------------
     1.8 +// Expand node after register allocation.
     1.9 +void MachNode::postalloc_expand(GrowableArray <Node *> *nodes, PhaseRegAlloc *ra_) {}
    1.10 +
    1.11  //------------------------------size-------------------------------------------
    1.12  // Size of instruction in bytes
    1.13  uint MachNode::size(PhaseRegAlloc *ra_) const {

mercurial