From 7933d6fc180b25cbd75e884e96cd3cb234c9a21d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 15 Mar 2017 21:50:46 +0000 Subject: [PATCH] Fix up grammar in a comment. llvm-svn: 297898 --- lib/CodeGen/MachineCombiner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"