comparison src/share/vm/opto/addnode.hpp @ 1543:1a1603f975b5

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents b5fdf39b9749
children c18cbe5936b8
comparison
equal deleted inserted replaced
1542:eb79484f795f 1543:1a1603f975b5
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.