diff src/share/vm/opto/chaitin.hpp @ 3934:8f47d8870d9a

7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs Summary: PhaseChaitin::yank_if_dead() should be able to handle MachTemp inputs as a special case and yank them. Reviewed-by: never, kvn
author roland
date Thu, 08 Sep 2011 09:35:41 +0200
parents 361783318e7e
children f6f3bb0ee072
line wrap: on
line diff
--- a/src/share/vm/opto/chaitin.hpp	Thu Sep 08 12:44:04 2011 -0700
+++ b/src/share/vm/opto/chaitin.hpp	Thu Sep 08 09:35:41 2011 +0200
@@ -482,6 +482,7 @@
   }
 
   int yank_if_dead( Node *old, Block *current_block, Node_List *value, Node_List *regnd );
+  int yank( Node *old, Block *current_block, Node_List *value, Node_List *regnd );
   int elide_copy( Node *n, int k, Block *current_block, Node_List &value, Node_List &regnd, bool can_change_regs );
   int use_prior_register( Node *copy, uint idx, Node *def, Block *current_block, Node_List &value, Node_List &regnd );
   bool may_be_copy_of_callee( Node *def ) const;