diff options
author | Devang Patel <dpatel@apple.com> | 2007-01-23 21:55:17 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2007-01-23 21:55:17 +0000 |
commit | d9f10c3d11997bc7e3d1b3da3baabae47445d5c6 (patch) | |
tree | c012121b4f37174a71fffcc516266318e60dc794 /lib/Analysis/IPA/CallGraphSCCPass.cpp | |
parent | 97fd2439f2b30b575cdd67eef52e03937d483680 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/CallGraphSCCPass.cpp')
-rw-r--r-- | lib/Analysis/IPA/CallGraphSCCPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/CallGraphSCCPass.cpp b/lib/Analysis/IPA/CallGraphSCCPass.cpp index 4de2e56fc7..7d83d50c20 100644 --- a/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/lib/Analysis/IPA/CallGraphSCCPass.cpp @@ -144,7 +144,7 @@ bool CGPassManager::doFinalization(CallGraph &CG) { return Changed; } -/// Assign pass manager to manager this pass +/// Assign pass manager to manage this pass. void CallGraphSCCPass::assignPassManager(PMStack &PMS, PassManagerType PreferredType) { // Find CGPassManager |