src/share/vm/opto/vectornode.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/vectornode.cpp	Wed Jun  3 18:24:01 2015
--- new/src/share/vm/opto/vectornode.cpp	Wed Jun  3 18:24:01 2015

*** 401,413 **** --- 401,414 ---- return NULL; } // Return the vector version of a scalar load node. LoadVectorNode* LoadVectorNode::make(Compile* C, int opc, Node* ctl, Node* mem, ! Node* adr, const TypePtr* atyp, uint vlen, BasicType bt) { ! Node* adr, const TypePtr* atyp, uint vlen, BasicType bt, + ControlDependency control_dependency) { const TypeVect* vt = TypeVect::make(bt, vlen); ! return new (C) LoadVectorNode(ctl, mem, adr, atyp, vt, control_dependency); } // Return the vector version of a scalar store node. StoreVectorNode* StoreVectorNode::make(Compile* C, int opc, Node* ctl, Node* mem, Node* adr, const TypePtr* atyp, Node* val,

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