diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-04-18 00:43:05 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-04-18 00:43:05 +0000 |
| commit | 0d7265650d93116fb9e4dbcdfb1dbe7073030618 (patch) | |
| tree | 8e4bd366e6e55ca681bc7ba7aca0d30e19b49657 | |
| parent | a5a0c7c909d9376eb2568132ac361c107a746a15 (diff) | |
| download | bcm5719-llvm-0d7265650d93116fb9e4dbcdfb1dbe7073030618.tar.gz bcm5719-llvm-0d7265650d93116fb9e4dbcdfb1dbe7073030618.zip | |
what's an & between friends?
llvm-svn: 36234
| -rw-r--r-- | llvm/include/llvm/Analysis/ScalarEvolutionExpander.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h b/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h index 664c9d397ff..f5ebceb8564 100644 --- a/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h +++ b/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h @@ -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. |

