hotspot/src/share/vm/opto/machnode.cpp
changeset 22844 90f76a40ed8a
parent 20282 7f9cbdf89af2
child 22847 603ad1f10e16
--- a/hotspot/src/share/vm/opto/machnode.cpp	Thu Nov 07 11:47:11 2013 +0100
+++ b/hotspot/src/share/vm/opto/machnode.cpp	Thu Nov 14 19:24:59 2013 -0800
@@ -134,6 +134,10 @@
   ShouldNotCallThis();
 }
 
+//---------------------------postalloc_expand----------------------------------
+// Expand node after register allocation.
+void MachNode::postalloc_expand(GrowableArray <Node *> *nodes, PhaseRegAlloc *ra_) {}
+
 //------------------------------size-------------------------------------------
 // Size of instruction in bytes
 uint MachNode::size(PhaseRegAlloc *ra_) const {