OSDN Git Service

[opaque pointer type] The last of the GEP IRBuilder API migrations
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 5 Apr 2015 22:41:44 +0000 (22:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 5 Apr 2015 22:41:44 +0000 (22:41 +0000)
commit7b0e5b8edc7b41915d7851b6d7de987b03cbdf9c
tree7bfa5719148b5d4a28b14444c2e3d75f531b41f6
parent7368f2145aff1c1f9faa24c307b3fe29b94d184c
[opaque pointer type] The last of the GEP IRBuilder API migrations

There's still lots of callers passing nullptr, of course - some because
they'll never be migrated (InstCombines for bitcasts - well they don't
make any sense when the pointer type is opaque anyway, for example) and
others that will need more engineering to pass Types around.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234126 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IRBuilder.h
lib/IR/Core.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp