diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-06 00:04:11 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-06 00:04:11 +0000 |
commit | 2b8724acc62f637ece7c1a279c08a4cdb7ba4c9b (patch) | |
tree | 6468c6baa4bd4045fffd878a0cf1385148f840c4 | |
parent | 6f54518e08781b0cbcf1aaa8f85e52d2c9828df9 (diff) | |
download | bcm5719-llvm-2b8724acc62f637ece7c1a279c08a4cdb7ba4c9b.tar.gz bcm5719-llvm-2b8724acc62f637ece7c1a279c08a4cdb7ba4c9b.zip |
Let's not forget about our friends -- Constant Pool indices.
llvm-svn: 9750
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp index f6f37917342..e7cd47881ac 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp +++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.cpp @@ -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: |