diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-04-30 17:33:32 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-04-30 17:33:32 +0000 |
commit | 8960a5c63db0d4f1e6ad794ea626c68de9313dbf (patch) | |
tree | c3a52885be3fadcb96707fc48515f301b5a5f020 /lib/Transforms/Utils/InlineFunction.cpp | |
parent | 8b11e89b93542a465b4b23197283cc7bbceaaa9a (diff) |
Spelling. Thanks, Eric.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180794 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r-- | lib/Transforms/Utils/InlineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/InlineFunction.cpp b/lib/Transforms/Utils/InlineFunction.cpp index ae9300a40a..019f40dda8 100644 --- a/lib/Transforms/Utils/InlineFunction.cpp +++ b/lib/Transforms/Utils/InlineFunction.cpp @@ -861,7 +861,7 @@ bool llvm::InlineFunction(CallSite CS, InlineFunctionInfo &IFI, 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) |