[llvm] r297836 - [Target] fix typo; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 07:01:29 PDT 2017


Author: spatel
Date: Wed Mar 15 09:01:28 2017
New Revision: 297836

URL: http://llvm.org/viewvc/llvm-project?rev=297836&view=rev
Log:
[Target] fix typo; NFC

Modified:
    llvm/trunk/include/llvm/Target/TargetSchedule.td

Modified: llvm/trunk/include/llvm/Target/TargetSchedule.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetSchedule.td?rev=297836&r1=297835&r2=297836&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetSchedule.td (original)
+++ llvm/trunk/include/llvm/Target/TargetSchedule.td Wed Mar 15 09:01:28 2017
@@ -139,7 +139,7 @@ class ProcResourceKind;
 // changes this to an in-order issue/dispatch resource. In this case,
 // the scheduler counts down from the cycle that the instruction
 // issues in-order, forcing a stall whenever a subsequent instruction
-// requires the same resource until the number of ResourceCyles
+// requires the same resource until the number of ResourceCycles
 // specified in WriteRes expire. Setting BufferSize=1 changes this to
 // an in-order latency resource. In this case, the scheduler models
 // producer/consumer stalls between instructions that use the




More information about the llvm-commits mailing list