[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h
Misha Brukman
brukman at neo.cs.uiuc.edu
Tue Oct 29 17:06:01 PST 2002
Changes in directory llvm/lib/VMCore:
PassManagerT.h updated: 1.34 -> 1.35
---
Log message:
Fix spelling of `propagate'.
---
Diffs of the changes:
Index: llvm/lib/VMCore/PassManagerT.h
diff -u llvm/lib/VMCore/PassManagerT.h:1.34 llvm/lib/VMCore/PassManagerT.h:1.35
--- llvm/lib/VMCore/PassManagerT.h:1.34 Mon Oct 21 15:00:28 2002
+++ llvm/lib/VMCore/PassManagerT.h Tue Oct 29 17:05:17 2002
@@ -358,7 +358,7 @@
return 0;
}
- // {start/end}Pass - Called when a pass is started, it just propogates
+ // {start/end}Pass - Called when a pass is started, it just propagates
// information up to the top level PassManagerT object to tell it that a pass
// has started or ended. This is used to gather timing information about
// passes.
@@ -384,7 +384,7 @@
LastUseOf[I->second] = User; // Local pass, extend the lifetime
} else {
// Pass not in current available set, must be a higher level pass
- // available to us, propogate to parent pass manager... We tell the
+ // available to us, propagate to parent pass manager... We tell the
// parent that we (the passmanager) are using the analysis so that it
// frees the analysis AFTER this pass manager runs.
//
More information about the llvm-commits
mailing list