mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Fix a typo in a comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4f1c60bf5
commit
c5222f156f
@ -10065,7 +10065,7 @@ static bool canWidenShuffleElements(ArrayRef<int> Mask,
|
||||
return true;
|
||||
}
|
||||
|
||||
/// \brief Generic routine to split ector shuffle into half-sized shuffles.
|
||||
/// \brief Generic routine to split vector shuffle into half-sized shuffles.
|
||||
///
|
||||
/// This routine just extracts two subvectors, shuffles them independently, and
|
||||
/// then concatenates them back together. This should work effectively with all
|
||||
|
Loading…
Reference in New Issue
Block a user