diff options
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-10-14 16:32:24 +0000 |
|---|---|---|
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-10-14 16:32:24 +0000 |
| commit | 4049a9a5de25244d19841279f35002eaaab09547 (patch) | |
| tree | f82717dff316b928120f2229cc12a492ebda8817 /llvm/lib/Target | |
| parent | f5492b0c5b9be18b64db02054cd4558cf1a4d669 (diff) | |
| download | bcm5719-llvm-4049a9a5de25244d19841279f35002eaaab09547.tar.gz bcm5719-llvm-4049a9a5de25244d19841279f35002eaaab09547.zip | |
Removed misleading const keyword.
llvm-svn: 4169
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrSelection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp index 35ec8716c5f..5195f4ac29f 100644 --- a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp @@ -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(); |

