mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
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:
parent
aee4de9957
commit
e2bf0a2c36
@ -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:
|
||||
|
@ -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
Block a user