src/share/vm/opto/matcher.hpp

changeset 651
8d191a7697e2
parent 603
7793bd37a336
child 657
2a1a77d3458f
equal deleted inserted replaced
650:273eaa04d9a1 651:8d191a7697e2
102 } 102 }
103 103
104 #ifdef ASSERT 104 #ifdef ASSERT
105 // Make sure only new nodes are reachable from this node 105 // Make sure only new nodes are reachable from this node
106 void verify_new_nodes_only(Node* root); 106 void verify_new_nodes_only(Node* root);
107
108 Node* _mem_node; // Ideal memory node consumed by mach node
107 #endif 109 #endif
108 110
109 public: 111 public:
110 int LabelRootDepth; 112 int LabelRootDepth;
111 static const int base2reg[]; // Map Types to machine register types 113 static const int base2reg[]; // Map Types to machine register types

mercurial