src/share/vm/opto/vectornode.cpp

changeset 3040
c7b60b601eb4
parent 2314
f95d63e2154a
child 3882
8c92982cbbc4
     1.1 --- a/src/share/vm/opto/vectornode.cpp	Wed Jul 27 15:06:35 2011 -0700
     1.2 +++ b/src/share/vm/opto/vectornode.cpp	Wed Jul 27 17:28:36 2011 -0700
     1.3 @@ -426,7 +426,7 @@
     1.4  
     1.5  // Return the vector version of a scalar store node.
     1.6  VectorStoreNode* VectorStoreNode::make(Compile* C, int opc, Node* ctl, Node* mem,
     1.7 -                                       Node* adr, const TypePtr* atyp, VectorNode* val,
     1.8 +                                       Node* adr, const TypePtr* atyp, Node* val,
     1.9                                         uint vlen) {
    1.10    int vopc = opcode(opc, vlen);
    1.11  

mercurial