[all-commits] [llvm/llvm-project] 836ce9: [opaque pointer types] Remove deprecated Instructi...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Thu Apr 9 13:44:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 836ce9db7f13f15bd8e4c00ab7a07d2b9f946b5e
https://github.com/llvm/llvm-project/commit/836ce9db7f13f15bd8e4c00ab7a07d2b9f946b5e
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Instructions.h
Log Message:
-----------
[opaque pointer types] Remove deprecated Instruction/IRBuilder APIs.
Removes deprecated overloads of LoadInst constructor, CallInst::create,
InvokeInst::Create, IRBuilder::CreateCall, IRBuilder::CreateInvoke.
(Leaving around deprecated IRBuilder::CreateLoad for now.)
Differential Revision: https://reviews.llvm.org/D76269
More information about the All-commits
mailing list