Test commit.
authorEaswaran Raman <eraman@google.com>
Thu, 3 Dec 2015 19:03:20 +0000 (19:03 +0000)
committerEaswaran Raman <eraman@google.com>
Thu, 3 Dec 2015 19:03:20 +0000 (19:03 +0000)
Remove blank spaces at the end of comments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254630 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/InlineCost.cpp

index 26f2e7ff504a8a6ad8f0b013ea7daad7643e1a77..6d7d74999061f1cf505b5227e7ce9dd31f396948 100644 (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
   /// 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
   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.
   bool isKnownNonNullInCallee(Value *V);
 
   // Custom analysis routines.