[IndVars] Rename getExtend; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 16 Oct 2015 01:00:50 +0000 (01:00 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 16 Oct 2015 01:00:50 +0000 (01:00 +0000)
commit706c40a99f97ed849a43a20be89c76cf66befef4
tree0eec8f40a92d3b990eb7e51ef608d8ba6fd433cd
parent457377c0d4f4f0e0ff6b836407ef3baafea20e94
[IndVars] Rename getExtend; NFC

Rename `IndVarSimplify::getExtend` to `IndVarSimplify::createExtendInst`
to make it obvious that it creates `llvm::Instruction` s.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250484 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp