forked from OSchip/llvm-project
Make this plural. Spotted by Duncan in review (and a very old typo, this
is the second time I've moved this comment around...) llvm-svn: 164939
This commit is contained in:
parent
d325f8021b
commit
d71ef3a02a
|
@ -1798,7 +1798,7 @@ private:
|
|||
/// ...
|
||||
/// %V = phi [i32 %V1, i32 %V2]
|
||||
///
|
||||
/// We can do this to a select if its only uses are loads and if the operand
|
||||
/// We can do this to a select if its only uses are loads and if the operands
|
||||
/// to the select can be loaded unconditionally.
|
||||
///
|
||||
/// FIXME: This should be hoisted into a generic utility, likely in
|
||||
|
|
Loading…
Reference in New Issue