diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 15:32:37 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 15:32:37 +0000 |
commit | 9b8d339f6e3b5b2d579479cef477601cf6917bbe (patch) | |
tree | 19adb79d9f895672d7aa77d74c2a0b5139d54348 /llvm/lib/Transforms | |
parent | 250f976eb38b19e040d34a2344bf6a3a9e69d3c2 (diff) | |
download | bcm5719-llvm-9b8d339f6e3b5b2d579479cef477601cf6917bbe.tar.gz bcm5719-llvm-9b8d339f6e3b5b2d579479cef477601cf6917bbe.zip |
Spell `definite' correctly.
llvm-svn: 8467
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LICM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp index 416c83e357e..7ad000521e9 100644 --- a/llvm/lib/Transforms/Scalar/LICM.cpp +++ b/llvm/lib/Transforms/Scalar/LICM.cpp @@ -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... |