projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0315eb0
)
IR: Remove redundant comment, NFC
author
Duncan P. N. Exon Smith
<dexonsmith@apple.com>
Mon, 12 Jan 2015 18:45:32 +0000
(18:45 +0000)
committer
Duncan P. N. Exon Smith
<dexonsmith@apple.com>
Mon, 12 Jan 2015 18:45:32 +0000
(18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225648
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/Metadata.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/Metadata.cpp
b/lib/IR/Metadata.cpp
index d048a7f8031ba0c409dbcf3b1612b340ece02b1b..6cb6efe3d662a4de073228a576e323bcbdf89e02 100644
(file)
--- a/
lib/IR/Metadata.cpp
+++ b/
lib/IR/Metadata.cpp
@@
-614,7
+614,6
@@
void MDNode::storeDistinctInContext() {
getContext().pImpl->NonUniquedMDNodes.insert(G);
}
-// Replace value from this node's operand list.
void MDNode::replaceOperandWith(unsigned I, Metadata *New) {
if (getOperand(I) == New)
return;