diff options
Diffstat (limited to 'lib/Transforms/Utils/LoopSimplify.cpp')
-rw-r--r-- | lib/Transforms/Utils/LoopSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LoopSimplify.cpp b/lib/Transforms/Utils/LoopSimplify.cpp index 7576b01130..9507941f6c 100644 --- a/lib/Transforms/Utils/LoopSimplify.cpp +++ b/lib/Transforms/Utils/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. // //===----------------------------------------------------------------------===// |