1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix up grammar in a comment.

llvm-svn: 297898
This commit is contained in:
Eric Christopher 2017-03-15 21:50:46 +00:00
parent 4f45e0df06
commit 7933d6fc18

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// The machine combiner pass uses machine trace metrics to ensure the combined // 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" #define DEBUG_TYPE "machine-combiner"