hotspot/src/share/vm/opto/cfgnode.hpp
changeset 1432 44f076e3d2a4
parent 781 e1baa9c8f16f
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/cfgnode.hpp	Tue Sep 30 15:53:55 2008 -0700
+++ b/hotspot/src/share/vm/opto/cfgnode.hpp	Thu Oct 02 08:37:44 2008 -0700
@@ -162,6 +162,8 @@
     return NULL;  // not a copy!
   }
 
+  bool is_tripcount() const;
+
   // Determine a unique non-trivial input, if any.
   // Ignore casts if it helps.  Return NULL on failure.
   Node* unique_input(PhaseTransform *phase);