hotspot/src/share/vm/opto/addnode.hpp
changeset 5536 f23c4e2e0d5e
parent 190 e9a0a9dcd4f6
child 5547 f4b087cbb361
equal deleted inserted replaced
5535:a747f18b3d7e 5536:f23c4e2e0d5e
   149   // if there are more than length.
   149   // if there are more than length.
   150   int unpack_offsets(Node* elements[], int length);
   150   int unpack_offsets(Node* elements[], int length);
   151 
   151 
   152   // Do not match base-ptr edge
   152   // Do not match base-ptr edge
   153   virtual uint match_edge(uint idx) const;
   153   virtual uint match_edge(uint idx) const;
   154   static const Type *mach_bottom_type(const MachNode* n);  // used by ad_<arch>.hpp
       
   155 };
   154 };
   156 
   155 
   157 //------------------------------OrINode----------------------------------------
   156 //------------------------------OrINode----------------------------------------
   158 // Logically OR 2 integers.  Included with the ADD nodes because it inherits
   157 // Logically OR 2 integers.  Included with the ADD nodes because it inherits
   159 // all the behavior of addition on a ring.
   158 // all the behavior of addition on a ring.