src/share/vm/opto/chaitin.hpp

changeset 505
b683f557224b
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/opto/chaitin.hpp	Tue Mar 18 23:54:17 2008 -0700
     1.2 +++ b/src/share/vm/opto/chaitin.hpp	Wed Mar 19 15:14:36 2008 -0700
     1.3 @@ -457,7 +457,8 @@
     1.4    bool may_be_copy_of_callee( Node *def ) const;
     1.5  
     1.6    // If nreg already contains the same constant as val then eliminate it
     1.7 -  bool eliminate_copy_of_constant(Node* val, Block *current_block, Node_List& value, Node_List &regnd,
     1.8 +  bool eliminate_copy_of_constant(Node* val, Node* n,
     1.9 +                                  Block *current_block, Node_List& value, Node_List &regnd,
    1.10                                    OptoReg::Name nreg, OptoReg::Name nreg2);
    1.11    // Extend the node to LRG mapping
    1.12    void add_reference( const Node *node, const Node *old_node);

mercurial