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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-11-06 00:04:11 +00:00
parent aee4de9957
commit e2bf0a2c36
2 changed files with 2 additions and 0 deletions

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:

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: