OSDN Git Service

Manually notify ScalarEvolution before making an operand replacement, since
authorDan Gohman <gohman@apple.com>
Fri, 2 Apr 2010 14:48:31 +0000 (14:48 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 2 Apr 2010 14:48:31 +0000 (14:48 +0000)
commitd7bfd0028b273f2e3935e8c7ff95db6fa2b21789
treeb9ec0d98e7b147ce3b71e5279231e7e17274158f
parent86bfd34ece523d863282ef2a2e4cf451c387c559
Manually notify ScalarEvolution before making an operand replacement, since
it can't currently observe such changes automatically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100186 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp
test/Transforms/IndVarSimplify/dangling-use.ll [new file with mode: 0644]