[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopUnroll.cpp

Reid Spencer reid at x10sys.com
Wed Jun 7 14:24:23 PDT 2006



Changes in directory llvm/lib/Transforms/Scalar:

LoopUnroll.cpp updated: 1.19 -> 1.20
---
Log message:

Fix a spello in a comment.


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

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


Index: llvm/lib/Transforms/Scalar/LoopUnroll.cpp
diff -u llvm/lib/Transforms/Scalar/LoopUnroll.cpp:1.19 llvm/lib/Transforms/Scalar/LoopUnroll.cpp:1.20
--- llvm/lib/Transforms/Scalar/LoopUnroll.cpp:1.19	Sun Jan 22 17:32:06 2006
+++ llvm/lib/Transforms/Scalar/LoopUnroll.cpp	Wed Jun  7 16:24:10 2006
@@ -213,7 +213,7 @@
 
     // We don't want to reprocess entries with PHI nodes in them.  For this
     // reason, we look at each operand of each user exactly once, performing the
-    // stubstitution exactly once.
+    // substitution exactly once.
     for (std::set<User*>::iterator UI = Users.begin(), E = Users.end(); UI != E;
          ++UI) {
       Instruction *I = cast<Instruction>(*UI);






More information about the llvm-commits mailing list