mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-25 20:55:54 -04:00
Test commit
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -120,7 +120,7 @@ private:
|
||||
/// power of 2.
|
||||
bool selectVSplatUimmInvPow2(SDValue N, SDValue &Imm) const override;
|
||||
/// Select constant vector splats whose value is a run of set bits
|
||||
/// ending at the most significant bit
|
||||
/// ending at the most significant bit.
|
||||
bool selectVSplatMaskL(SDValue N, SDValue &Imm) const override;
|
||||
/// Select constant vector splats whose value is a run of set bits
|
||||
/// starting at bit zero.
|
||||
|
||||
Reference in New Issue
Block a user