diff options
author | Eric Christopher <echristo@gmail.com> | 2017-03-15 21:50:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-03-15 21:50:46 +0000 |
commit | 17ce8a2f5e1d6f9d13fade285ec1b80fad0bf711 (patch) | |
tree | 3b70844d50988f8731450d0df31cbe7ae57907d8 /llvm/lib/CodeGen/MachineCombiner.cpp | |
parent | 4ed52798ce2ca6e012aad9d382309e8e06cb6083 (diff) | |
download | bcm5719-llvm-17ce8a2f5e1d6f9d13fade285ec1b80fad0bf711.tar.gz bcm5719-llvm-17ce8a2f5e1d6f9d13fade285ec1b80fad0bf711.zip |
Fix up grammar in a comment.
llvm-svn: 297898
Diffstat (limited to 'llvm/lib/CodeGen/MachineCombiner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCombiner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCombiner.cpp b/llvm/lib/CodeGen/MachineCombiner.cpp index 4a094a1f7e2..50e453e4067 100644 --- a/llvm/lib/CodeGen/MachineCombiner.cpp +++ b/llvm/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" |