Let's not forget about our friends -- Constant Pool indices.
llvm-svn: 9750
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
index f6f3791..e7cd478 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
@@ -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: