Let's not forget about our friends -- Constant Pool indices.

llvm-svn: 9750
This commit is contained in:
Misha Brukman 2003-11-06 00:04:11 +00:00
parent 4388a20bc3
commit 6667a74caf

View File

@ -438,6 +438,7 @@ void SchedGraph::addEdgesForInstruction(const MachineInstr& MI,
case MachineOperand::MO_SignExtendedImmed:
case MachineOperand::MO_UnextendedImmed:
case MachineOperand::MO_PCRelativeDisp:
case MachineOperand::MO_ConstantPoolIndex:
break; // nothing to do for immediate fields
default: