aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/InlineCost.cpp
diff options
context:
space:
mode:
authorEaswaran Raman <eraman@google.com>2015-12-03 19:03:20 +0000
committerEaswaran Raman <eraman@google.com>2015-12-03 19:03:20 +0000
commit3676da4b4a794603884fe891446e3f09092f9caf (patch)
tree7fe171b14c4b6cd913a7f0823d21fb504b619c58 /llvm/lib/Analysis/InlineCost.cpp
parent9efb2332e25477218352323f2592c6a2e2e9739c (diff)
downloadllvm-3676da4b4a794603884fe891446e3f09092f9caf.zip
llvm-3676da4b4a794603884fe891446e3f09092f9caf.tar.gz
llvm-3676da4b4a794603884fe891446e3f09092f9caf.tar.bz2
Test commit.
Remove blank spaces at the end of comments llvm-svn: 254630
Diffstat (limited to 'llvm/lib/Analysis/InlineCost.cpp')
-rw-r--r--llvm/lib/Analysis/InlineCost.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/InlineCost.cpp b/llvm/lib/Analysis/InlineCost.cpp
index 26f2e7f..6d7d749 100644
--- a/llvm/lib/Analysis/InlineCost.cpp
+++ b/llvm/lib/Analysis/InlineCost.cpp
@@ -115,11 +115,11 @@ class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> {
/// inlining has the given attribute set either at the call site or the
/// function declaration. Primarily used to inspect call site specific
/// attributes since these can be more precise than the ones on the callee
- /// itself.
+ /// itself.
bool paramHasAttr(Argument *A, Attribute::AttrKind Attr);
/// Return true if the given value is known non null within the callee if
- /// inlined through this particular callsite.
+ /// inlined through this particular callsite.
bool isKnownNonNullInCallee(Value *V);
// Custom analysis routines.