[PATCH] D40491: Delete obsolete function mergeUseListsImpl
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 09:56:13 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL319061: Delete obsolete function mergeUseListsImpl (authored by Hahnfeld).
Changed prior to commit:
https://reviews.llvm.org/D40491?vs=124369&id=124409#toc
Repository:
rL LLVM
https://reviews.llvm.org/D40491
Files:
llvm/trunk/include/llvm/IR/Value.h
Index: llvm/trunk/include/llvm/IR/Value.h
===================================================================
--- llvm/trunk/include/llvm/IR/Value.h
+++ llvm/trunk/include/llvm/IR/Value.h
@@ -651,12 +651,6 @@
return Merged;
}
- /// \brief Tail-recursive helper for \a mergeUseLists().
- ///
- /// \param[out] Next the first element in the list.
- template <class Compare>
- static void mergeUseListsImpl(Use *L, Use *R, Use **Next, Compare Cmp);
-
protected:
unsigned short getSubclassDataFromValue() const { return SubclassData; }
void setValueSubclassData(unsigned short D) { SubclassData = D; }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40491.124409.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/cce40b3f/attachment.bin>
More information about the llvm-commits
mailing list