[llvm-commits] CVS: llvm/include/llvm/Pass.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 1 11:16:01 PST 2004
Changes in directory llvm/include/llvm:
Pass.h updated: 1.42 -> 1.43
---
Log message:
Fix grammar.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.42 llvm/include/llvm/Pass.h:1.43
--- llvm/include/llvm/Pass.h:1.42 Tue Nov 11 16:41:30 2003
+++ llvm/include/llvm/Pass.h Thu Apr 1 11:15:42 2004
@@ -178,7 +178,7 @@
Pass *ResultPass = 0;
for (unsigned i = 0; ; ++i) {
assert(i != AnalysisImpls.size() &&
- "getAnalysis*() called on an analysis that we not "
+ "getAnalysis*() called on an analysis that was not "
"'required' by pass!");
if (AnalysisImpls[i].first == PI) {
ResultPass = AnalysisImpls[i].second;
More information about the llvm-commits
mailing list