diff options
author | Bob Wilson <bob.wilson@apple.com> | 2012-11-19 07:04:30 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2012-11-19 07:04:30 +0000 |
commit | 593423f7461fbbbf752ff013bf20c19ef95d3435 (patch) | |
tree | 582ce17620d1e62c3db16261acbd8d587e8b8caf /lib/Analysis | |
parent | 8f54a53f0ed2091e05d5ca87d239487da292cbbc (diff) | |
download | external_llvm-593423f7461fbbbf752ff013bf20c19ef95d3435.zip external_llvm-593423f7461fbbbf752ff013bf20c19ef95d3435.tar.gz external_llvm-593423f7461fbbbf752ff013bf20c19ef95d3435.tar.bz2 |
Some comment fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/InlineCost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/InlineCost.cpp b/lib/Analysis/InlineCost.cpp index 5f51f77..0da5413 100644 --- a/lib/Analysis/InlineCost.cpp +++ b/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; |