OSDN Git Service

Fix up grammar in a comment.
authorEric Christopher <echristo@gmail.com>
Wed, 15 Mar 2017 21:50:46 +0000 (21:50 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 15 Mar 2017 21:50:46 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297898 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineCombiner.cpp

index 4a094a1..50e453e 100644 (file)
@@ -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"