[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)
commitb3a3906ad75835bb7d851df626283164c19c4b14
treef9e9fb5cd9365f90e9107dd6f894b9e57e5496f6
parentc95c3aee152715862c9565de704c7240fa1b235a
[opaque pointer type] gep API migration

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

llvm-svn: 232280
llvm/include/llvm/IR/Instructions.h
llvm/unittests/IR/InstructionsTest.cpp
llvm/unittests/Transforms/Utils/Cloning.cpp