diff src/share/vm/opto/vectornode.cpp @ 3842:c7b60b601eb4

7069452: Cleanup NodeFlags Summary: Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
author kvn
date Wed, 27 Jul 2011 17:28:36 -0700
parents f95d63e2154a
children 8c92982cbbc4
line wrap: on
line diff
--- a/src/share/vm/opto/vectornode.cpp	Wed Jul 27 15:06:35 2011 -0700
+++ b/src/share/vm/opto/vectornode.cpp	Wed Jul 27 17:28:36 2011 -0700
@@ -426,7 +426,7 @@
 
 // Return the vector version of a scalar store node.
 VectorStoreNode* VectorStoreNode::make(Compile* C, int opc, Node* ctl, Node* mem,
-                                       Node* adr, const TypePtr* atyp, VectorNode* val,
+                                       Node* adr, const TypePtr* atyp, Node* val,
                                        uint vlen) {
   int vopc = opcode(opc, vlen);