diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-02-12 15:02:49 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-02-12 15:02:49 +0000 |
| commit | 450d4cf93a80244b71753949b8133c4e7c600b88 (patch) | |
| tree | 2690836078727bbb466434eef05a4719207dc247 | |
| parent | ca2396e6732dfab06cf96a475520b9266852277a (diff) | |
| download | bcm5719-llvm-450d4cf93a80244b71753949b8133c4e7c600b88.tar.gz bcm5719-llvm-450d4cf93a80244b71753949b8133c4e7c600b88.zip | |
[NFC] Fix comment of class InstrStage
Patch by Wei-Ren Chen.
Differential Revision: https://reviews.llvm.org/D42905
llvm-svn: 324894
| -rw-r--r-- | llvm/include/llvm/Target/TargetItinerary.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/Target/TargetItinerary.td b/llvm/include/llvm/Target/TargetItinerary.td index 3b1998dfb1f..182054d8444 100644 --- a/llvm/include/llvm/Target/TargetItinerary.td +++ b/llvm/include/llvm/Target/TargetItinerary.td @@ -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: // |

