[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
Misha Brukman
brukman at cs.uiuc.edu
Wed Nov 5 18:05:02 PST 2003
Changes in directory llvm/lib/CodeGen/InstrSched:
SchedGraph.cpp updated: 1.51 -> 1.52
---
Log message:
Let's not forget about our friends -- Constant Pool indices.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.51 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.52
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.51 Mon Oct 20 14:43:15 2003
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp Wed Nov 5 18:04:11 2003
@@ -438,6 +438,7 @@
case MachineOperand::MO_SignExtendedImmed:
case MachineOperand::MO_UnextendedImmed:
case MachineOperand::MO_PCRelativeDisp:
+ case MachineOperand::MO_ConstantPoolIndex:
break; // nothing to do for immediate fields
default:
More information about the llvm-commits
mailing list