From 302f165b35d72623c4f36ec4599679ec1f71f242 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 15 Mar 2017 14:01:28 +0000 Subject: [PATCH] [Target] fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297836 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetSchedule.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetSchedule.td b/include/llvm/Target/TargetSchedule.td index 74b98ac5f6c..d69e54b9aab 100644 --- a/include/llvm/Target/TargetSchedule.td +++ b/include/llvm/Target/TargetSchedule.td @@ -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 -- 2.50.1