diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-30 18:57:16 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-30 18:57:16 +0000 |
commit | cf21875d41772a865c6a71ebeccca3d1a7afcfc2 (patch) | |
tree | 3c0afdb5c10328612fcc9502b8c9d10c5857e423 /llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp | |
parent | b792a01e136887dee4151fc4ef45913f732dd047 (diff) | |
download | bcm5719-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.cpp | 2 |
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()) { |