projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc1008
)
Fix typos in comments.
author
Dan Gohman
<gohman@apple.com>
Tue, 11 Mar 2008 16:18:48 +0000
(16:18 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 11 Mar 2008 16:18:48 +0000
(16:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48225
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/PassManager.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/PassManager.cpp
b/lib/VMCore/PassManager.cpp
index 089c451fa8cd25656dc7ac5874c42a2a4aa99c2c..16966452e1b2e180e35bf3aeb6f32b76a5b6fca8 100644
(file)
--- a/
lib/VMCore/PassManager.cpp
+++ b/
lib/VMCore/PassManager.cpp
@@
-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
+/// sequence
s
them to process one module.
class MPPassManager : public Pass, public PMDataManager {
public: