commit | 32f53bbd85bc32660a45baa5b5c6119fdcda5aa8 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Jun 19 14:28:31 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Jun 19 14:28:31 2007 +0000 |
tree | 1b8b5a09fdadb35ab655808c7289966452e2d444 | |
parent | a7644dd9b9af3dc9af09180562acca233268b99a [diff] |
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. llvm-svn: 37657