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

src/share/vm/opto/vectornode.cpp

Print this page

        

*** 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); --- 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, Node* 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