[llvm-commits] patch: use CallbackVH for metadata

Nick Lewycky nicholas at mxc.ca
Tue May 5 23:15:32 PDT 2009


This patch switches MDNode to using CallbackVH and adds a special 
typeless "null" keyword that means "(Value*)0" within a metadata node. 
Also change MDNode construction to accept Value* even though we don't 
really permit non-Constant values yet.

Please review!

Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: metadata-callbackvh.patch
Type: text/x-diff
Size: 17029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090505/b124877d/attachment.patch>


More information about the llvm-commits mailing list