< prev index next >

src/share/vm/opto/castnode.hpp

Print this page

        

@@ -112,10 +112,11 @@
     init_req(0, c);
   }
 
   virtual Node* Identity(PhaseGVN* phase);
   virtual const Type* Value(PhaseGVN* phase) const;
+  virtual Node* Ideal(PhaseGVN *phase, bool can_reshape);
   virtual int   Opcode() const;
   virtual uint  ideal_reg() const { return Op_RegP; }
 };
 
 
< prev index next >