OSDN Git Service

IR: Make MDNodeFwdDecl destructor public
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 12 Jan 2015 20:19:54 +0000 (20:19 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 12 Jan 2015 20:19:54 +0000 (20:19 +0000)
commit45db33d6349e9d005f03b0c9416b76b791a64afb
treefa0c110afc1a8bfa29b02e1c9ed1713deabfafea
parent5316023a4ea18d8b36976a2377b3a652a797a560
IR: Make MDNodeFwdDecl destructor public

Now that the leak detector is gone, anyone can call this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225689 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Metadata.h
unittests/IR/MetadataTest.cpp