summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-18 00:43:05 +0000
committerChris Lattner <sabre@nondot.org>2007-04-18 00:43:05 +0000
commit0d7265650d93116fb9e4dbcdfb1dbe7073030618 (patch)
tree8e4bd366e6e55ca681bc7ba7aca0d30e19b49657
parenta5a0c7c909d9376eb2568132ac361c107a746a15 (diff)
downloadbcm5719-llvm-0d7265650d93116fb9e4dbcdfb1dbe7073030618.tar.gz
bcm5719-llvm-0d7265650d93116fb9e4dbcdfb1dbe7073030618.zip
what's an & between friends?
llvm-svn: 36234
-rw-r--r--llvm/include/llvm/Analysis/ScalarEvolutionExpander.h2
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.
OpenPOWER on IntegriCloud