Use BasicBlock::iterator instead of Instruction* for insert points,
authorDan Gohman <gohman@apple.com>
Wed, 22 Apr 2009 16:05:50 +0000 (16:05 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 22 Apr 2009 16:05:50 +0000 (16:05 +0000)
commit6cdc727f2d7f68734526ef078f4632798ad40791
tree59bc5a27f03c90d1face64dc9f4b228c8b3793ea
parentb928c57397f61e4c54274818dd63e61e21016d9d
Use BasicBlock::iterator instead of Instruction* for insert points,
to better handle inserting instructions at the end of a block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69807 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolutionExpander.h
lib/Analysis/ScalarEvolutionExpander.cpp