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:
parent
38a014b6ba
commit
d3e4834ad0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user