mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
Let's not forget about our friends -- Constant Pool indices.
llvm-svn: 9750
This commit is contained in:
parent
4388a20bc3
commit
6667a74caf
@ -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…
x
Reference in New Issue
Block a user