summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-30 18:57:16 +0000
committerAlp Toker <alp@nuanti.com>2014-06-30 18:57:16 +0000
commitcf21875d41772a865c6a71ebeccca3d1a7afcfc2 (patch)
tree3c0afdb5c10328612fcc9502b8c9d10c5857e423 /llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
parentb792a01e136887dee4151fc4ef45913f732dd047 (diff)
downloadbcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.tar.gz
bcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.zip
Fix 'platform-specific' hyphenations
llvm-svn: 212056
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp b/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
index f92230cc497..624003f5070 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
@@ -442,7 +442,7 @@ signed ResourcePriorityQueue::SUSchedulingCost(SUnit *SU) {
ResCount -= (regPressureDelta(SU) * ScaleTwo);
}
- // These are platform specific things.
+ // These are platform-specific things.
// Will need to go into the back end
// and accessed from here via a hook.
for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) {
OpenPOWER on IntegriCloud