IR: Remove redundant calls to MDNode::setHash(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 12 Jan 2015 17:57:38 +0000 (17:57 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 12 Jan 2015 17:57:38 +0000 (17:57 +0000)
commit21245280cc8b7d5120c63ddc4388c08181cb340c
treeb99ac009f39a9fbbe36d3c3f92984fb72c7c1cb5
parentde4190697a227dde0e95fc3802bce5c45113320f
IR: Remove redundant calls to MDNode::setHash(), NFC

`storeDistinctInContext()` already calls `setHash(0)`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225642 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Metadata.cpp