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

Chris Lattner sabre at nondot.org
Tue Apr 17 17:43:22 PDT 2007



Changes in directory llvm/include/llvm/Analysis:

ScalarEvolutionExpander.h updated: 1.14 -> 1.15
---
Log message:

what's an & between friends?


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

 ScalarEvolutionExpander.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
diff -u llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.14 llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.15
--- llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:1.14	Fri Apr 13 00:04:18 2007
+++ llvm/include/llvm/Analysis/ScalarEvolutionExpander.h	Tue Apr 17 19:43:05 2007
@@ -92,7 +92,7 @@
     /// InsertBinop - Insert the specified binary operator, doing a small amount
     /// of work to avoid inserting an obviously redundant operation.
     static Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS,
-                              Value *RHS, Instruction *InsertPt);
+                              Value *RHS, Instruction *&InsertPt);
   protected:
     Value *expand(SCEV *S) {
       // Check to see if we already expanded this.






More information about the llvm-commits mailing list