hotspot/src/share/vm/opto/loopnode.hpp
changeset 17620 67820da7568e
parent 16375 d27fedd8b2b2
child 21089 e1986ff6fe2e
--- a/hotspot/src/share/vm/opto/loopnode.hpp	Thu May 16 15:46:49 2013 +0200
+++ b/hotspot/src/share/vm/opto/loopnode.hpp	Wed May 22 09:02:43 2013 -0700
@@ -965,7 +965,7 @@
   // Has use internal to the vector set (ie. not in a phi at the loop head)
   bool has_use_internal_to_set( Node* n, VectorSet& vset, IdealLoopTree *loop );
   // clone "n" for uses that are outside of loop
-  void clone_for_use_outside_loop( IdealLoopTree *loop, Node* n, Node_List& worklist );
+  int  clone_for_use_outside_loop( IdealLoopTree *loop, Node* n, Node_List& worklist );
   // clone "n" for special uses that are in the not_peeled region
   void clone_for_special_use_inside_loop( IdealLoopTree *loop, Node* n,
                                           VectorSet& not_peel, Node_List& sink_list, Node_List& worklist );