Rename ScalarEvolution::deleteInstructionFromRecords to
authorDan Gohman <gohman@apple.com>
Tue, 19 Jun 2007 14:28:31 +0000 (14:28 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 Jun 2007 14:28:31 +0000 (14:28 +0000)
commit5cec4db6ae13a41d04d86f37e347fc5b5997c948
tree55f0f79b71f67e1c6fb31777dd5c65e6b535ac84
parentb5bec2b6f6f4a4da96170d1c258ad424112ad2c5
Rename ScalarEvolution::deleteInstructionFromRecords to
deleteValueFromRecords and loosen the types to all it to accept
Value* instead of just Instruction*, since this is what
ScalarEvolution uses internally anyway. This allows more flexibility
for future uses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37657 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/ScalarEvolution.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp