Fix typo, trailing whitespace.
authorAndreas Bolka <a@bolka.at>
Thu, 9 Jul 2009 22:14:25 +0000 (22:14 +0000)
committerAndreas Bolka <a@bolka.at>
Thu, 9 Jul 2009 22:14:25 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75179 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolution.h

index eec7ec8de1a8a0fa0dbea41743ced381586714bb..84a6a96cd85c53293c64f75b5641bf1c6bc56169 100644 (file)
@@ -50,7 +50,7 @@ namespace llvm {
   protected:
     virtual ~SCEV();
   public:
-    explicit SCEV(unsigned SCEVTy) : 
+    explicit SCEV(unsigned SCEVTy) :
       SCEVType(SCEVTy) {}
 
     virtual void Profile(FoldingSetNodeID &ID) const = 0;
@@ -194,7 +194,7 @@ namespace llvm {
       /// the loop if it is known, or a SCEVCouldNotCompute otherwise.
       const SCEV *Exact;
 
-      /// Exact - An expression indicating the least maximum backedge-taken
+      /// Max - An expression indicating the least maximum backedge-taken
       /// count of the loop that is known, or a SCEVCouldNotCompute.
       const SCEV *Max;