From 70b36995e4cb090a922b6f2a96c7fe507506c0b3 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Tue, 25 Feb 2014 04:21:15 +0000 Subject: Fix typos llvm-svn: 202107 --- llvm/lib/Transforms/Scalar/ConstantHoisting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Scalar/ConstantHoisting.cpp') 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); -- cgit v1.2.3