diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-18 14:43:39 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-18 14:43:39 +0000 |
commit | 7eb05a170a7fcd7d63ce12b6692c2e9e27631634 (patch) | |
tree | 640876643616502c9623ba5d14e021c7c88b9682 /llvm/lib/Transforms/Scalar/LoopSimplify.cpp | |
parent | 688d99fd9ceafc4d0b99501d1cf5d49892c44166 (diff) | |
download | bcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.tar.gz bcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.zip |
Spell `necessary' correctly.
llvm-svn: 7944
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopSimplify.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopSimplify.cpp b/llvm/lib/Transforms/Scalar/LoopSimplify.cpp index 7576b011305..9507941f6c8 100644 --- a/llvm/lib/Transforms/Scalar/LoopSimplify.cpp +++ b/llvm/lib/Transforms/Scalar/LoopSimplify.cpp @@ -13,7 +13,7 @@ // as store-sinking that is built into LICM. // // Note that the simplifycfg pass will clean up blocks which are split out but -// end up being unneccesary, so usage of this pass does not neccesarily +// end up being unnecessary, so usage of this pass does not neccesarily // pessimize generated code. // //===----------------------------------------------------------------------===// |