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:
parent
a95407b7df
commit
af49fe0b2c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user