mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
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:
parent
cf911de3c6
commit
efc9433960
@ -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);
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user