what's an & between friends?
authorChris Lattner <sabre@nondot.org>
Wed, 18 Apr 2007 00:43:05 +0000 (00:43 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Apr 2007 00:43:05 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36234 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolutionExpander.h

index 664c9d397ff9263214af5efe4536d31fe6b0e288..f5ebceb85643de5749f51987a3f206f3e41cbc5b 100644 (file)
@@ -92,7 +92,7 @@ namespace llvm {
     /// 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.