Test commit.

Remove blank spaces at the end of comments

llvm-svn: 254630
This commit is contained in:
Easwaran Raman 2015-12-03 19:03:20 +00:00
parent 9efb2332e2
commit 3676da4b4a
1 changed files with 2 additions and 2 deletions

View File

@ -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.