mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Add missing verb to comment in PassNameParser.h
Patch by Mark Seaborn. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182131 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df98ad3959
commit
115fb708fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user