comparison src/share/vm/opto/machnode.cpp @ 614:3db67f76d308

Merge
author acorn
date Thu, 05 Mar 2009 22:07:29 -0500
parents 98cb887364d3
children fbc12e71c476
comparison
equal deleted inserted replaced
613:5caef2219893 614:3db67f76d308
134 134
135 //------------------------------size------------------------------------------- 135 //------------------------------size-------------------------------------------
136 // Size of instruction in bytes 136 // Size of instruction in bytes
137 uint MachNode::size(PhaseRegAlloc *ra_) const { 137 uint MachNode::size(PhaseRegAlloc *ra_) const {
138 // If a virtual was not defined for this specific instruction, 138 // If a virtual was not defined for this specific instruction,
139 // Call the helper which finds the size by emiting the bits. 139 // Call the helper which finds the size by emitting the bits.
140 return MachNode::emit_size(ra_); 140 return MachNode::emit_size(ra_);
141 } 141 }
142 142
143 //------------------------------size------------------------------------------- 143 //------------------------------size-------------------------------------------
144 // Helper function that computes size by emitting code 144 // Helper function that computes size by emitting code