mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48225 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bc1008b38
commit
b4b28231f7
@ -179,8 +179,8 @@ char FunctionPassManagerImpl::ID = 0;
|
||||
// MPPassManager
|
||||
//
|
||||
/// MPPassManager manages ModulePasses and function pass managers.
|
||||
/// It batches all Module passes passes and function pass managers together and
|
||||
/// sequence them to process one module.
|
||||
/// It batches all Module passes and function pass managers together and
|
||||
/// sequences them to process one module.
|
||||
class MPPassManager : public Pass, public PMDataManager {
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user