summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-12 01:34:05 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-12 01:34:05 +0000
commit0c3de446f6b20e7d9e826d1b308ad4043b609d05 (patch)
treeeb2741b721f24e1d0b25ac52584f1cbb9d545dfa /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
parent84b1008c13561b100c8640d06784206f9627ad66 (diff)
downloadbcm5719-llvm-0c3de446f6b20e7d9e826d1b308ad4043b609d05.tar.gz
bcm5719-llvm-0c3de446f6b20e7d9e826d1b308ad4043b609d05.zip
getOpCode() --> getOpcode().
llvm-svn: 11339
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
index 7e05d1417fd..b5bc38e8a07 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
@@ -211,7 +211,7 @@ SchedPriorities::getNextHighest(const SchedulingManager& S,
// it becomes empty.
nextChoice = candsAsHeap.getNode(mcands[nextIdx]);
if (getEarliestReadyTimeForNode(nextChoice) > curTime
- || ! instrIsFeasible(S, nextChoice->getMachineInstr()->getOpCode()))
+ || ! instrIsFeasible(S, nextChoice->getMachineInstr()->getOpcode()))
{
mcands.erase(mcands.begin() + nextIdx);
nextIdx = -1;
OpenPOWER on IntegriCloud