[opaque pointer type] gep API migration
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Mar 2015 21:40:10 +0000 (21:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Mar 2015 21:40:10 +0000 (21:40 +0000)
commitf0295e423ca06a1fe7a5e4ce099619b1cd18f945
treec8d374b50c3c7aef1e97c2283b94d345460dd240
parente265afc254cc99e6f31f2664b08a0cd49b67ea23
[opaque pointer type] gep API migration

This concludes the GetElementPtrInst::Create migration, thus marking the
beginning of the IRBuilder::CreateGEP* migration to come.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232280 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Instructions.h
unittests/IR/InstructionsTest.cpp
unittests/Transforms/Utils/Cloning.cpp