[llvm] r297898 - Fix up grammar in a comment.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 14:50:47 PDT 2017
Author: echristo
Date: Wed Mar 15 16:50:46 2017
New Revision: 297898
URL: http://llvm.org/viewvc/llvm-project?rev=297898&view=rev
Log:
Fix up grammar in a comment.
Modified:
llvm/trunk/lib/CodeGen/MachineCombiner.cpp
Modified: llvm/trunk/lib/CodeGen/MachineCombiner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineCombiner.cpp?rev=297898&r1=297897&r2=297898&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineCombiner.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineCombiner.cpp Wed Mar 15 16:50:46 2017
@@ -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"
More information about the llvm-commits
mailing list