Spell `definite' correctly.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 11 Sep 2003 15:32:37 +0000 (15:32 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 11 Sep 2003 15:32:37 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8467 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LICM.cpp

index 416c83e357e0b7d25fac22fcb44a34687c02543e..7ad000521e9cfe6aa9d9d39970efbcfcf78a0bcc 100644 (file)
@@ -124,7 +124,7 @@ namespace {
     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 @@ void LICM::PromoteValuesInLoop() {
                   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...