commit | c515ab1eb21a93a7bef36671a7910517b572956d | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sat Jun 19 22:50:35 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sat Jun 19 22:50:35 2010 +0000 |
tree | 2cf15ac5bd962e4eabd289ec2256a6859cb58852 | |
parent | 32655906e45884656d70878527bc7fe24b7f4e05 [diff] [blame] |
Restore a call to rememberInstruction which was accidentally dropped in refactoring. llvm-svn: 106398
diff --git a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp index c47b339..df562fa 100644 --- a/llvm/lib/Analysis/ScalarEvolutionExpander.cpp +++ b/llvm/lib/Analysis/ScalarEvolutionExpander.cpp
@@ -46,6 +46,7 @@ rememberInstruction(NewCI); return NewCI; } + rememberInstruction(CI); return CI; }