src/share/vm/opto/vectornode.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/vectornode.cpp	Tue Jul 26 19:27:04 2011
--- new/src/share/vm/opto/vectornode.cpp	Tue Jul 26 19:27:04 2011

*** 424,434 **** --- 424,434 ---- return NULL; } // 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, uint vlen) { int vopc = opcode(opc, vlen); switch(vopc) { case Op_Store16B: return new (C, 4) Store16BNode(ctl, mem, adr, atyp, val);

src/share/vm/opto/vectornode.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File