hotspot/src/share/vm/opto/superword.hpp
changeset 10255 bab46e6f7661
parent 7397 5b173b4ca846
child 13104 657b387034fb
--- 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?