[llvm] r180794 - Spelling. Thanks, Eric.
Adrian Prantl
aprantl at apple.com
Tue Apr 30 10:33:32 PDT 2013
Author: adrian
Date: Tue Apr 30 12:33:32 2013
New Revision: 180794
URL: http://llvm.org/viewvc/llvm-project?rev=180794&view=rev
Log:
Spelling. Thanks, Eric.
Modified:
llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
Modified: llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp?rev=180794&r1=180793&r2=180794&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp Tue Apr 30 12:33:32 2013
@@ -861,7 +861,7 @@ bool llvm::InlineFunction(CallSite CS, I
RI->eraseFromParent();
}
// We need to set the debug location to *somewhere* inside the
- // inlined function. The line number may be nonsentical, but the
+ // inlined function. The line number may be nonsensical, but the
// instruction will at least be associated with the right
// function.
if (CreatedBranchToNormalDest)
More information about the llvm-commits
mailing list