[PATCH] D42905: [NFC] Fix comment of class InstrStage

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 07:05:27 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324894: [NFC] Fix comment of class InstrStage (authored by kparzysz, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42905?vs=132813&id=133858#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42905

Files:
  llvm/trunk/include/llvm/Target/TargetItinerary.td


Index: llvm/trunk/include/llvm/Target/TargetItinerary.td
===================================================================
--- llvm/trunk/include/llvm/Target/TargetItinerary.td
+++ llvm/trunk/include/llvm/Target/TargetItinerary.td
@@ -44,9 +44,9 @@
 // the execution of an instruction.  Cycles represents the number of
 // discrete time slots needed to complete the stage.  Units represent
 // the choice of functional units that can be used to complete the
-// stage.  Eg. IntUnit1, IntUnit2. NextCycles indicates how many
-// cycles should elapse from the start of this stage to the start of
-// the next stage in the itinerary.  For example:
+// stage.  Eg. IntUnit1, IntUnit2. TimeInc indicates how many cycles
+// should elapse from the start of this stage to the start of the next
+// stage in the itinerary.  For example:
 //
 // A stage is specified in one of two ways:
 //


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42905.133858.patch
Type: text/x-patch
Size: 884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180212/509ee279/attachment.bin>


More information about the llvm-commits mailing list