1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

IR: Fix comment from r213824

llvm-svn: 213836
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-24 02:56:59 +00:00
parent 38a014b6ba
commit d3e4834ad0

View File

@ -470,7 +470,7 @@ private:
///
/// \return the first element in the list.
///
/// \note Completely ignores \a Prev (doesn't read, doesn't update).
/// \note Completely ignores \a Use::Prev (doesn't read, doesn't update).
template <class Compare>
static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) {
Use *Merged;