diff options
| author | Easwaran Raman <eraman@google.com> | 2015-12-03 19:03:20 +0000 |
|---|---|---|
| committer | Easwaran Raman <eraman@google.com> | 2015-12-03 19:03:20 +0000 |
| commit | 3676da4b4a794603884fe891446e3f09092f9caf (patch) | |
| tree | 7fe171b14c4b6cd913a7f0823d21fb504b619c58 | |
| parent | 9efb2332e25477218352323f2592c6a2e2e9739c (diff) | |
| download | bcm5719-llvm-3676da4b4a794603884fe891446e3f09092f9caf.tar.gz bcm5719-llvm-3676da4b4a794603884fe891446e3f09092f9caf.zip | |
Test commit.
Remove blank spaces at the end of comments
llvm-svn: 254630
| -rw-r--r-- | llvm/lib/Analysis/InlineCost.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/InlineCost.cpp b/llvm/lib/Analysis/InlineCost.cpp index 26f2e7ff504..6d7d7499906 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. |

