comparison src/share/vm/opto/matcher.hpp @ 216:8d191a7697e2

6715633: when matching a memory node the adr_type should not change Summary: verify the adr_type of a mach node was not changed Reviewed-by: rasbold, never
author kvn
date Fri, 20 Jun 2008 11:10:05 -0700
parents 7793bd37a336
children 2a1a77d3458f
comparison
equal deleted inserted replaced
215:273eaa04d9a1 216: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