// Returns true/false in allConstantIndices if all indices are/aren't const.
//---------------------------------------------------------------------------
-Value* GetMemInstArgs (const InstructionNode* memInstrNode,
+Value* GetMemInstArgs (InstructionNode* memInstrNode,
vector<Value*>& idxVec,
bool& allConstantIndices);
static void
SetOperandsForMemInstr(vector<MachineInstr*>& mvec,
- const InstructionNode* vmInstrNode,
+ InstructionNode* vmInstrNode,
const TargetMachine& target)
{
Instruction* memInst = vmInstrNode->getInstruction();