summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-04-30 17:33:32 +0000
committerAdrian Prantl <aprantl@apple.com>2013-04-30 17:33:32 +0000
commit8beccf9e6df1208362f1a2e3339e64b156627853 (patch)
treedf556c1145ff3cb5b68b10b7f70593b1975fcfa4 /llvm
parent0941638a1bd7675910f3a05b67d4c006bd9fbf09 (diff)
downloadbcm5719-llvm-8beccf9e6df1208362f1a2e3339e64b156627853.tar.gz
bcm5719-llvm-8beccf9e6df1208362f1a2e3339e64b156627853.zip
Spelling. Thanks, Eric.
llvm-svn: 180794
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Transforms/Utils/InlineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp
index ae9300a40ad..019f40dda89 100644
--- a/llvm/lib/Transforms/Utils/InlineFunction.cpp
+++ b/llvm/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)
OpenPOWER on IntegriCloud