diff options
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/ConstantHoisting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp b/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp index 0fca617be7e..6250620c0f1 100644 --- a/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp +++ b/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp @@ -454,7 +454,7 @@ bool ConstantHoisting::OptimizeConstants(Function &F) { // base constant. FindBaseConstants(); - // Finaly hoist the base constant and emit materializating code for dependent + // Finally hoist the base constant and emit materializating code for dependent // constants. MadeChange |= EmitBaseConstants(F); |

