[NFC] Fix comment of class InstrStage
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 12 Feb 2018 15:02:49 +0000 (15:02 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 12 Feb 2018 15:02:49 +0000 (15:02 +0000)
Patch by Wei-Ren Chen.

Differential Revision: https://reviews.llvm.org/D42905

llvm-svn: 324894

llvm/include/llvm/Target/TargetItinerary.td

index 3b1998d..182054d 100644 (file)
@@ -44,9 +44,9 @@ def Reserved : ReservationKind<1>;
 // 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:
 //