Fix typo in vector reduction costs comment. NFCI.

llvm-svn: 313368
This commit is contained in:
Simon Pilgrim 2017-09-15 17:28:07 +00:00
parent f1620b2555
commit a5b3bc6d58
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ public:
///
/// Pairwise:
/// (v0, v1, v2, v3)
/// ((v0+v1), (v2, v3), undef, undef)
/// ((v0+v1), (v2+v3), undef, undef)
/// Split:
/// (v0, v1, v2, v3)
/// ((v0+v2), (v1+v3), undef, undef)