--- a/hotspot/src/share/vm/opto/superword.hpp Wed Jul 27 15:06:35 2011 -0700
+++ b/hotspot/src/share/vm/opto/superword.hpp Wed Jul 27 17:28:36 2011 -0700
@@ -360,7 +360,7 @@
// Convert packs into vector node operations
void output();
// Create a vector operand for the nodes in pack p for operand: in(opd_idx)
- VectorNode* vector_opd(Node_List* p, int opd_idx);
+ Node* vector_opd(Node_List* p, int opd_idx);
// Can code be generated for pack p?
bool implemented(Node_List* p);
// For pack p, are all operands and all uses (with in the block) vector?