[opaque pointer type] more gep API migrations
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Mar 2015 19:24:04 +0000 (19:24 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Mar 2015 19:24:04 +0000 (19:24 +0000)
commit99b7898c2992b09c981cdccf5bc3acf4a5f064bf
treee59e9eac742de768999b5ecd9c2b7dc8a1a7c1c6
parent9f6a4a5bb8c411998b74da7b4702fec803560ef3
[opaque pointer type] more gep API migrations

Adding nullptr to all the IRBuilder stuff because it's the first thing
that fails to build when testing without the back-compat functions, so
I'll keep having to re-add these locally for each chunk of migration I
do. Might as well check them in to save me the churn. Eventually I'll
have to migrate these too, but I'm going breadth-first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232270 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IRBuilder.h
include/llvm/IR/NoFolder.h
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/InstCombine/InstCombineVectorOps.cpp