forked from OSchip/llvm-project
parent
f5492b0c5b
commit
4049a9a5de
|
@ -53,7 +53,7 @@ int64_t GetConstantValueAsSignedInt (const Value *V,
|
||||||
// Returns true/false in allConstantIndices if all indices are/aren't const.
|
// Returns true/false in allConstantIndices if all indices are/aren't const.
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
Value* GetMemInstArgs (const InstructionNode* memInstrNode,
|
Value* GetMemInstArgs (InstructionNode* memInstrNode,
|
||||||
vector<Value*>& idxVec,
|
vector<Value*>& idxVec,
|
||||||
bool& allConstantIndices);
|
bool& allConstantIndices);
|
||||||
|
|
||||||
|
|
|
@ -938,7 +938,7 @@ CreateCodeForFixedSizeAlloca(const TargetMachine& target,
|
||||||
|
|
||||||
static void
|
static void
|
||||||
SetOperandsForMemInstr(vector<MachineInstr*>& mvec,
|
SetOperandsForMemInstr(vector<MachineInstr*>& mvec,
|
||||||
const InstructionNode* vmInstrNode,
|
InstructionNode* vmInstrNode,
|
||||||
const TargetMachine& target)
|
const TargetMachine& target)
|
||||||
{
|
{
|
||||||
Instruction* memInst = vmInstrNode->getInstruction();
|
Instruction* memInst = vmInstrNode->getInstruction();
|
||||||
|
|
Loading…
Reference in New Issue