summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonMachineScheduler.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/Target/Hexagon/HexagonMachineScheduler.cpp
parentb792a01e136887dee4151fc4ef45913f732dd047 (diff)
downloadbcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.tar.gz
bcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.zip
Fix 'platform-specific' hyphenations
llvm-svn: 212056
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp b/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
index 7dd6e956ccb..6fcaa205740 100644
--- a/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp
@@ -20,7 +20,7 @@ using namespace llvm;
#define DEBUG_TYPE "misched"
-/// Platform specific modifications to DAG.
+/// Platform-specific modifications to DAG.
void VLIWMachineScheduler::postprocessDAG() {
SUnit* LastSequentialCall = nullptr;
// Currently we only catch the situation when compare gets scheduled
@@ -150,7 +150,7 @@ void VLIWMachineScheduler::schedule() {
buildDAGWithRegPressure();
- // Postprocess the DAG to add platform specific artificial dependencies.
+ // Postprocess the DAG to add platform-specific artificial dependencies.
postprocessDAG();
SmallVector<SUnit*, 8> TopRoots, BotRoots;
OpenPOWER on IntegriCloud