Don't use a "uintptr_t" for the metadata key, use a "void *". This removes...
Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. llvm-svn: 178113
Loading
Please register or sign in to comment