Changes in directory llvm/lib/Transforms/Scalar:

LICM.cpp updated: 1.93 -> 1.94
---
Log message:

Fix a comment.


---
Diffs of the changes:  (+1 -1)

 LICM.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Scalar/LICM.cpp
diff -u llvm/lib/Transforms/Scalar/LICM.cpp:1.93 
llvm/lib/Transforms/Scalar/LICM.cpp:1.94
--- llvm/lib/Transforms/Scalar/LICM.cpp:1.93    Fri Apr 20 01:27:13 2007
+++ llvm/lib/Transforms/Scalar/LICM.cpp Sat Apr 21 02:11:47 2007
@@ -307,7 +307,7 @@
 
 /// HoistRegion - Walk the specified region of the CFG (defined by all blocks
 /// dominated by the specified block, and that are in the current loop) in 
depth
-/// first order w.r.t the DominatorTree.  This allows us to visit definitions
+/// first order w.r.t the ETForest.  This allows us to visit definitions
 /// before uses, allowing us to hoist a loop body in one pass without 
iteration.
 ///
 void LICM::HoistRegion(BasicBlock *BB) {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to