comparison src/share/vm/opto/block.hpp @ 604:ec59443af135

6811267: Fix for 6809798 broke linux build Summary: Fix method's declaration. Reviewed-by: phh, twisti
author kvn
date Fri, 27 Feb 2009 08:34:19 -0800
parents 523ded093c31
children 98cb887364d3
comparison
equal deleted inserted replaced
603:dbbe28fc66b5 604:ec59443af135
345 uint DFS( Tarjan *tarjan ); 345 uint DFS( Tarjan *tarjan );
346 346
347 // Helper function to insert a node into a block 347 // Helper function to insert a node into a block
348 void schedule_node_into_block( Node *n, Block *b ); 348 void schedule_node_into_block( Node *n, Block *b );
349 349
350 void PhaseCFG::replace_block_proj_ctrl( Node *n ); 350 void replace_block_proj_ctrl( Node *n );
351 351
352 // Set the basic block for pinned Nodes 352 // Set the basic block for pinned Nodes
353 void schedule_pinned_nodes( VectorSet &visited ); 353 void schedule_pinned_nodes( VectorSet &visited );
354 354
355 // I'll need a few machine-specific GotoNodes. Clone from this one. 355 // I'll need a few machine-specific GotoNodes. Clone from this one.