]> granicus.if.org Git - llvm/commit
[LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functions
authorRobert Widmann <devteam.codafi@gmail.com>
Wed, 24 Apr 2019 17:05:08 +0000 (17:05 +0000)
committerRobert Widmann <devteam.codafi@gmail.com>
Wed, 24 Apr 2019 17:05:08 +0000 (17:05 +0000)
commitf26b156fd2f58f49d3190a45c07e25c15b0bc0ae
tree273b1ce6af1b8cb5f81ad0d078ddfa75372b3017
parentf43d543c4508e6857afadcf9f2381b4ea3380939
[LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functions

Summary: There is still some value in using these functions while the remaining LLVMValueRef-based accessors are still around, but LLVMMDNodeInContext in particular has some wonky semantics that make it worth replacing outright.

Reviewers: whitequark, deadalnix

Reviewed By: whitequark

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D60524

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359114 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
lib/IR/Core.cpp