< prev index next >

src/hotspot/share/opto/node.hpp

Print this page

        

@@ -1724,11 +1724,10 @@
     init_class_id(Class_Type);
   }
   virtual const Type* Value(PhaseGVN* phase) const;
   virtual const Type *bottom_type() const;
   virtual       uint  ideal_reg() const;
-
 #ifndef PRODUCT
   virtual void dump_spec(outputStream *st) const;
   virtual void dump_compact_spec(outputStream *st) const;
 #endif
 };
< prev index next >