forked from OSchip/llvm-project
Let's not forget about our friends -- Constant Pool indices.
llvm-svn: 9750
This commit is contained in:
parent
6f54518e08
commit
2b8724acc6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue