mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 06:38:20 +00:00
The plural of `Pass' is Passes, not Pass's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
//===- llvm/PassManager.h - Container for Passes -----------------*- C++ -*--=//
|
//===- llvm/PassManager.h - Container for Passes -----------------*- C++ -*--=//
|
||||||
//
|
//
|
||||||
// This file defines the PassManager class. This class is used to hold,
|
// This file defines the PassManager class. This class is used to hold,
|
||||||
// maintain, and optimize execution of Pass's. The PassManager class ensures
|
// maintain, and optimize execution of Passes. The PassManager class ensures
|
||||||
// that analysis results are available before a pass runs, and that Pass's are
|
// that analysis results are available before a pass runs, and that Pass's are
|
||||||
// destroyed when the PassManager is destroyed.
|
// destroyed when the PassManager is destroyed.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user