[llvm-commits] CVS: llvm/lib/Target/Sparc/InstrSelection/InstrSelectionSupport.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Feb 11 14:48:14 PST 2004
Changes in directory llvm/lib/Target/Sparc/InstrSelection:
InstrSelectionSupport.cpp updated: 1.61 -> 1.62
---
Log message:
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/Sparc/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/Target/Sparc/InstrSelection/InstrSelectionSupport.cpp:1.61 llvm/lib/Target/Sparc/InstrSelection/InstrSelectionSupport.cpp:1.62
--- llvm/lib/Target/Sparc/InstrSelection/InstrSelectionSupport.cpp:1.61 Fri Jan 9 00:22:34 2004
+++ llvm/lib/Target/Sparc/InstrSelection/InstrSelectionSupport.cpp Wed Feb 11 14:47:33 2004
@@ -129,7 +129,7 @@
{
std::vector<MachineInstr*> MVec;
- MachineOpCode opCode = minstr->getOpCode();
+ MachineOpCode opCode = minstr->getOpcode();
const TargetInstrInfo& instrInfo = target.getInstrInfo();
int resultPos = instrInfo.getResultPos(opCode);
int immedPos = instrInfo.getImmedConstantPos(opCode);
More information about the llvm-commits
mailing list