src/hotspot/share/opto/loopnode.hpp
changeset 48135 feea6d82adc2
parent 47216 71c04702a3d5
child 48145 f913f6dba2d3
--- a/src/hotspot/share/opto/loopnode.hpp	Mon Nov 27 17:51:21 2017 -0500
+++ b/src/hotspot/share/opto/loopnode.hpp	Mon Nov 27 16:05:11 2017 -0800
@@ -1098,7 +1098,7 @@
   // "Nearly" because all Nodes have been cloned from the original in the loop,
   // but the fall-in edges to the Cmp are different.  Clone bool/Cmp pairs
   // through the Phi recursively, and return a Bool.
-  BoolNode *clone_iff( PhiNode *phi, IdealLoopTree *loop );
+  Node *clone_iff( PhiNode *phi, IdealLoopTree *loop );
   CmpNode *clone_bool( PhiNode *phi, IdealLoopTree *loop );