diff options
| author | Dan Gohman <gohman@apple.com> | 2009-05-01 17:13:31 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-05-01 17:13:31 +0000 |
| commit | d195a22e5199fe2f82149106817dcb84a137b3a7 (patch) | |
| tree | 383e0df1ba6190ced2363198650b614f140caf37 /llvm/include | |
| parent | 60c613b492297bbee86382b7d9992e79cbf244ad (diff) | |
| download | bcm5719-llvm-d195a22e5199fe2f82149106817dcb84a137b3a7.tar.gz bcm5719-llvm-d195a22e5199fe2f82149106817dcb84a137b3a7.zip | |
Actually insert inserted instructions into the InsertedValues map.
llvm-svn: 70557
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Analysis/ScalarEvolutionExpander.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h b/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h index bb3183dafa5..e06abd7c6bb 100644 --- a/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h +++ b/llvm/include/llvm/Analysis/ScalarEvolutionExpander.h @@ -106,8 +106,8 @@ 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, BasicBlock::iterator InsertPt); + Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, + Value *RHS, BasicBlock::iterator InsertPt); private: Value *expand(const SCEV *S); |

