1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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 a95407b7df
commit af49fe0b2c

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)