[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure.h IntervalPartition.h
Misha Brukman
brukman at neo.cs.uiuc.edu
Tue Oct 29 16:56:01 PST 2002
Changes in directory llvm/include/llvm/Analysis:
DataStructure.h updated: 1.47 -> 1.48
IntervalPartition.h updated: 1.16 -> 1.17
---
Log message:
Fixed spelling of `propagation'.
---
Diffs of the changes:
Index: llvm/include/llvm/Analysis/DataStructure.h
diff -u llvm/include/llvm/Analysis/DataStructure.h:1.47 llvm/include/llvm/Analysis/DataStructure.h:1.48
--- llvm/include/llvm/Analysis/DataStructure.h:1.47 Tue Oct 22 10:58:23 2002
+++ llvm/include/llvm/Analysis/DataStructure.h Tue Oct 29 16:55:11 2002
@@ -62,7 +62,7 @@
// BUDataStructures - The analysis that computes the interprocedurally closed
// data structure graphs for all of the functions in the program. This pass
-// only performs a "Bottom Up" propogation (hence the name).
+// only performs a "Bottom Up" propagation (hence the name).
//
class BUDataStructures : public Pass {
// DSInfo, one graph for each function
Index: llvm/include/llvm/Analysis/IntervalPartition.h
diff -u llvm/include/llvm/Analysis/IntervalPartition.h:1.16 llvm/include/llvm/Analysis/IntervalPartition.h:1.17
--- llvm/include/llvm/Analysis/IntervalPartition.h:1.16 Wed Aug 21 12:09:19 2002
+++ llvm/include/llvm/Analysis/IntervalPartition.h Tue Oct 29 16:55:11 2002
@@ -89,7 +89,7 @@
// updatePredecessors - Interval generation only sets the successor fields of
// the interval data structures. After interval generation is complete,
- // run through all of the intervals and propogate successor info as
+ // run through all of the intervals and propagate successor info as
// predecessor info.
//
void updatePredecessors(Interval *Int);
More information about the llvm-commits
mailing list