hotspot/src/share/vm/c1/c1_ValueMap.hpp
changeset 13391 30245956af37
parent 12946 6007040eb77d
child 13489 51d8afc9439e
equal deleted inserted replaced
13309:50c604cb0d5f 13391:30245956af37
   176   void do_LogicOp        (LogicOp*         x) { /* nothing to do */ }
   176   void do_LogicOp        (LogicOp*         x) { /* nothing to do */ }
   177   void do_CompareOp      (CompareOp*       x) { /* nothing to do */ }
   177   void do_CompareOp      (CompareOp*       x) { /* nothing to do */ }
   178   void do_IfOp           (IfOp*            x) { /* nothing to do */ }
   178   void do_IfOp           (IfOp*            x) { /* nothing to do */ }
   179   void do_Convert        (Convert*         x) { /* nothing to do */ }
   179   void do_Convert        (Convert*         x) { /* nothing to do */ }
   180   void do_NullCheck      (NullCheck*       x) { /* nothing to do */ }
   180   void do_NullCheck      (NullCheck*       x) { /* nothing to do */ }
       
   181   void do_TypeCast       (TypeCast*        x) { /* nothing to do */ }
   181   void do_NewInstance    (NewInstance*     x) { /* nothing to do */ }
   182   void do_NewInstance    (NewInstance*     x) { /* nothing to do */ }
   182   void do_NewTypeArray   (NewTypeArray*    x) { /* nothing to do */ }
   183   void do_NewTypeArray   (NewTypeArray*    x) { /* nothing to do */ }
   183   void do_NewObjectArray (NewObjectArray*  x) { /* nothing to do */ }
   184   void do_NewObjectArray (NewObjectArray*  x) { /* nothing to do */ }
   184   void do_NewMultiArray  (NewMultiArray*   x) { /* nothing to do */ }
   185   void do_NewMultiArray  (NewMultiArray*   x) { /* nothing to do */ }
   185   void do_CheckCast      (CheckCast*       x) { /* nothing to do */ }
   186   void do_CheckCast      (CheckCast*       x) { /* nothing to do */ }