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:
Mirko Brkusanin
2019-10-07 13:23:12 +00:00
parent 6c92be1c6c
commit 4eeee1d8e1
+1 -1
View File
@@ -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.