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

Misha Brukman brukman at cs.uiuc.edu
Thu Sep 11 10:33:01 PDT 2003


Changes in directory llvm/lib/Transforms/Scalar:

LICM.cpp updated: 1.32 -> 1.33

---
Log message:

Spell `definite' correctly.


---
Diffs of the changes:

Index: llvm/lib/Transforms/Scalar/LICM.cpp
diff -u llvm/lib/Transforms/Scalar/LICM.cpp:1.32 llvm/lib/Transforms/Scalar/LICM.cpp:1.33
--- llvm/lib/Transforms/Scalar/LICM.cpp:1.32	Wed Sep 10 00:29:03 2003
+++ llvm/lib/Transforms/Scalar/LICM.cpp	Thu Sep 11 10:32:37 2003
@@ -124,7 +124,7 @@
     void PromoteValuesInLoop();
 
     /// findPromotableValuesInLoop - Check the current loop for stores to
-    /// definate pointers, which are not loaded and stored through may aliases.
+    /// definite pointers, which are not loaded and stored through may aliases.
     /// If these are found, create an alloca for the value, add it to the
     /// PromotedValues list, and keep track of the mapping from value to
     /// alloca...
@@ -409,7 +409,7 @@
                   AA->getTargetData());
 }
 
-/// findPromotableValuesInLoop - Check the current loop for stores to definate
+/// findPromotableValuesInLoop - Check the current loop for stores to definite
 /// pointers, which are not loaded and stored through may aliases.  If these are
 /// found, create an alloca for the value, add it to the PromotedValues list,
 /// and keep track of the mapping from value to alloca...





More information about the llvm-commits mailing list