[llvm] r254630 - Test commit.
Easwaran Raman via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 11:03:21 PST 2015
Author: eraman
Date: Thu Dec 3 13:03:20 2015
New Revision: 254630
URL: http://llvm.org/viewvc/llvm-project?rev=254630&view=rev
Log:
Test commit.
Remove blank spaces at the end of comments
Modified:
llvm/trunk/lib/Analysis/InlineCost.cpp
Modified: llvm/trunk/lib/Analysis/InlineCost.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InlineCost.cpp?rev=254630&r1=254629&r2=254630&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/InlineCost.cpp (original)
+++ llvm/trunk/lib/Analysis/InlineCost.cpp Thu Dec 3 13:03:20 2015
@@ -115,11 +115,11 @@ class CallAnalyzer : public InstVisitor<
/// 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.
More information about the llvm-commits
mailing list