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

Add missing verb to comment in PassNameParser.h

Patch by Mark Seaborn.

llvm-svn: 182131
This commit is contained in:
Derek Schuff 2013-05-17 16:51:32 +00:00
parent c8aad4509a
commit 15609ee438

View File

@ -7,9 +7,9 @@
//
//===----------------------------------------------------------------------===//
//
// This file the PassNameParser and FilteredPassNameParser<> classes, which are
// used to add command line arguments to a utility for all of the passes that
// have been registered into the system.
// This file contains the PassNameParser and FilteredPassNameParser<> classes,
// which are used to add command line arguments to a utility for all of the
// passes that have been registered into the system.
//
// The PassNameParser class adds ALL passes linked into the system (that are
// creatable) as command line arguments to the tool (when instantiated with the