forked from OSchip/llvm-project
parent
93533e511b
commit
e4b24cc42c
llvm/include/llvm/CodeGen
|
@ -54,7 +54,7 @@ int64_t GetConstantValueAsSignedInt (const Value *V,
|
|||
//---------------------------------------------------------------------------
|
||||
|
||||
Value* GetMemInstArgs (InstructionNode* memInstrNode,
|
||||
vector<Value*>& idxVec,
|
||||
std::vector<Value*>& idxVec,
|
||||
bool& allConstantIndices);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue