mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fixed spelling of `propagation'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4f68ed32e
commit
81619b121c
@ -62,7 +62,7 @@ public:
|
|||||||
|
|
||||||
// BUDataStructures - The analysis that computes the interprocedurally closed
|
// BUDataStructures - The analysis that computes the interprocedurally closed
|
||||||
// data structure graphs for all of the functions in the program. This pass
|
// 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 {
|
class BUDataStructures : public Pass {
|
||||||
// DSInfo, one graph for each function
|
// DSInfo, one graph for each function
|
||||||
|
@ -62,7 +62,7 @@ public:
|
|||||||
|
|
||||||
// BUDataStructures - The analysis that computes the interprocedurally closed
|
// BUDataStructures - The analysis that computes the interprocedurally closed
|
||||||
// data structure graphs for all of the functions in the program. This pass
|
// 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 {
|
class BUDataStructures : public Pass {
|
||||||
// DSInfo, one graph for each function
|
// DSInfo, one graph for each function
|
||||||
|
@ -89,7 +89,7 @@ private:
|
|||||||
|
|
||||||
// updatePredecessors - Interval generation only sets the successor fields of
|
// updatePredecessors - Interval generation only sets the successor fields of
|
||||||
// the interval data structures. After interval generation is complete,
|
// 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.
|
// predecessor info.
|
||||||
//
|
//
|
||||||
void updatePredecessors(Interval *Int);
|
void updatePredecessors(Interval *Int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user