summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-11-19 07:04:30 +0000
committerBob Wilson <bob.wilson@apple.com>2012-11-19 07:04:30 +0000
commit266802d25640d58577d41b42fb0e134c0c76c341 (patch)
treebf371049ce248244e11c27ffb0b4949e7f11024d /llvm/lib
parent76a943be7beef5284d42ccd59a1e1f121ba3a8a9 (diff)
downloadbcm5719-llvm-266802d25640d58577d41b42fb0e134c0c76c341.tar.gz
bcm5719-llvm-266802d25640d58577d41b42fb0e134c0c76c341.zip
Some comment fixes.
llvm-svn: 168299
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/InlineCost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/InlineCost.cpp b/llvm/lib/Analysis/InlineCost.cpp
index 5f51f775f14..0da54134638 100644
--- a/llvm/lib/Analysis/InlineCost.cpp
+++ b/llvm/lib/Analysis/InlineCost.cpp
@@ -794,7 +794,7 @@ ConstantInt *CallAnalyzer::stripAndComputeInBoundsConstantOffsets(Value *&V) {
/// viable. It computes the cost and adjusts the threshold based on numerous
/// factors and heuristics. If this method returns false but the computed cost
/// is below the computed threshold, then inlining was forcibly disabled by
-/// some artifact of the rountine.
+/// some artifact of the routine.
bool CallAnalyzer::analyzeCall(CallSite CS) {
++NumCallsAnalyzed;
OpenPOWER on IntegriCloud