commit | efc9433960357c9c828c2ad3c9950eb4efd96e3b | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Mon Oct 14 16:32:24 2002 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Mon Oct 14 16:32:24 2002 +0000 |
tree | 1c70256cd673d85d8d01234cddddef53f6ea715f | |
parent | cf911de3c61db9291e9338f09b435e9a4868c2de [diff] [blame] |
Removed misleading const keyword. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4169 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp index 35ec871..5195f4a 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp +++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp
@@ -938,7 +938,7 @@ static void SetOperandsForMemInstr(vector<MachineInstr*>& mvec, - const InstructionNode* vmInstrNode, + InstructionNode* vmInstrNode, const TargetMachine& target) { Instruction* memInst = vmInstrNode->getInstruction();