forked from OSchip/llvm-project
Test commit.
Remove blank spaces at the end of comments llvm-svn: 254630
This commit is contained in:
parent
9efb2332e2
commit
3676da4b4a
|
@ -115,11 +115,11 @@ class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> {
|
||||||
/// inlining has the given attribute set either at the call site or the
|
/// inlining has the given attribute set either at the call site or the
|
||||||
/// function declaration. Primarily used to inspect call site specific
|
/// function declaration. Primarily used to inspect call site specific
|
||||||
/// attributes since these can be more precise than the ones on the callee
|
/// attributes since these can be more precise than the ones on the callee
|
||||||
/// itself.
|
/// itself.
|
||||||
bool paramHasAttr(Argument *A, Attribute::AttrKind Attr);
|
bool paramHasAttr(Argument *A, Attribute::AttrKind Attr);
|
||||||
|
|
||||||
/// Return true if the given value is known non null within the callee if
|
/// 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);
|
bool isKnownNonNullInCallee(Value *V);
|
||||||
|
|
||||||
// Custom analysis routines.
|
// Custom analysis routines.
|
||||||
|
|
Loading…
Reference in New Issue