[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstrSelection.cpp
Vikram Adve
vadve at cs.uiuc.edu
Mon Oct 14 11:34:01 PDT 2002
Changes in directory llvm/lib/Target/Sparc:
SparcInstrSelection.cpp updated: 1.75 -> 1.76
---
Log message:
Removed misleading const keyword.
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/SparcInstrSelection.cpp
diff -u llvm/lib/Target/Sparc/SparcInstrSelection.cpp:1.75 llvm/lib/Target/Sparc/SparcInstrSelection.cpp:1.76
--- llvm/lib/Target/Sparc/SparcInstrSelection.cpp:1.75 Sat Oct 12 19:18:57 2002
+++ llvm/lib/Target/Sparc/SparcInstrSelection.cpp Mon Oct 14 11:32:24 2002
@@ -938,7 +938,7 @@
static void
SetOperandsForMemInstr(vector<MachineInstr*>& mvec,
- const InstructionNode* vmInstrNode,
+ InstructionNode* vmInstrNode,
const TargetMachine& target)
{
Instruction* memInst = vmInstrNode->getInstruction();
More information about the llvm-commits
mailing list