From: Eric Christopher Date: Wed, 15 Mar 2017 21:50:46 +0000 (+0000) Subject: Fix up grammar in a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2258207fabf49746ad245ca9bccd4a7a29c0a4a7;p=llvm Fix up grammar in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297898 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineCombiner.cpp b/lib/CodeGen/MachineCombiner.cpp index 4a094a1f7e2..50e453e4067 100644 --- a/lib/CodeGen/MachineCombiner.cpp +++ b/lib/CodeGen/MachineCombiner.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // The machine combiner pass uses machine trace metrics to ensure the combined -// instructions does not lengthen the critical path or the resource depth. +// instructions do not lengthen the critical path or the resource depth. //===----------------------------------------------------------------------===// #define DEBUG_TYPE "machine-combiner"