[llvm-commits] CVS: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h

Jeff Cohen jeffc at jolt-lang.org
Sat Jul 30 11:33:39 PDT 2005



Changes in directory llvm/include/llvm/Analysis:

ScalarEvolutionExpander.h updated: 1.1 -> 1.2
---
Log message:

Keep tabs and trailing spaces out.

---
Diffs of the changes:  (+2 -2)

 ScalarEvolutionExpander.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
diff -u llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.1 llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.2
--- llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.1	Fri Jul 29 19:12:19 2005
+++ llvm/include/llvm/Analysis/ScalarEvolutionExpander.h	Sat Jul 30 13:33:25 2005
@@ -42,10 +42,10 @@
     SCEVExpander(ScalarEvolution &se, LoopInfo &li) : SE(se), LI(li) {}
 
     /// clear - Erase the contents of the InsertedExpressions map so that users
-    /// trying to expand the same expression into multiple BasicBlocks or 
+    /// trying to expand the same expression into multiple BasicBlocks or
     /// different places within the same BasicBlock can do so.
     void clear() { InsertedExpressions.clear(); }
-    
+
     /// isInsertedInstruction - Return true if the specified instruction was
     /// inserted by the code rewriter.  If so, the client should not modify the
     /// instruction.






More information about the llvm-commits mailing list