Removed misleading const keyword.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-10-14 16:32:24 +00:00
parent cf911de3c6
commit efc9433960
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ int64_t GetConstantValueAsSignedInt (const Value *V,
// 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);

View File

@ -938,7 +938,7 @@ CreateCodeForFixedSizeAlloca(const TargetMachine& target,
static void
SetOperandsForMemInstr(vector<MachineInstr*>& mvec,
const InstructionNode* vmInstrNode,
InstructionNode* vmInstrNode,
const TargetMachine& target)
{
Instruction* memInst = vmInstrNode->getInstruction();