[PATCH] D32594: Fix typo and place comment close to its target

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 07:51:30 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301546: Fix typo and place comment close to its target (authored by kparzysz).

Changed prior to commit:
  https://reviews.llvm.org/D32594?vs=96915&id=96919#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32594

Files:
  llvm/trunk/lib/Target/Hexagon/HexagonMachineScheduler.h


Index: llvm/trunk/lib/Target/Hexagon/HexagonMachineScheduler.h
===================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonMachineScheduler.h
+++ llvm/trunk/lib/Target/Hexagon/HexagonMachineScheduler.h
@@ -32,14 +32,10 @@
 using namespace llvm;
 
 namespace llvm {
-//===----------------------------------------------------------------------===//
-// ConvergingVLIWScheduler - Implementation of the standard
-// MachineSchedStrategy.
-//===----------------------------------------------------------------------===//
 
 class VLIWResourceModel {
   /// ResourcesModel - Represents VLIW state.
-  /// Not limited to VLIW targets per say, but assumes
+  /// Not limited to VLIW targets per se, but assumes
   /// definition of DFA by a target.
   DFAPacketizer *ResourcesModel;
 
@@ -110,6 +106,11 @@
   void schedule() override;
 };
 
+//===----------------------------------------------------------------------===//
+// ConvergingVLIWScheduler - Implementation of the standard
+// MachineSchedStrategy.
+//===----------------------------------------------------------------------===//
+
 /// ConvergingVLIWScheduler shrinks the unscheduled zone using heuristics
 /// to balance the schedule.
 class ConvergingVLIWScheduler : public MachineSchedStrategy {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32594.96919.patch
Type: text/x-patch
Size: 1303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/810f0b2a/attachment.bin>


More information about the llvm-commits mailing list