diff options
| author | Mirko Brkusanin <Mirko.Brkusanin@rt-rk.com> | 2019-10-07 13:23:12 +0000 |
|---|---|---|
| committer | Mirko Brkusanin <Mirko.Brkusanin@rt-rk.com> | 2019-10-07 13:23:12 +0000 |
| commit | b5fbdf1f5e0efb131512097babbd35a9081b8023 (patch) | |
| tree | c3b7aac4aa259262c9598fecbadbd11b86737fe6 /llvm/lib/Target/Mips | |
| parent | 1c3d19c82d93a00d11f0df03ff277411d134e061 (diff) | |
| download | bcm5719-llvm-b5fbdf1f5e0efb131512097babbd35a9081b8023.tar.gz bcm5719-llvm-b5fbdf1f5e0efb131512097babbd35a9081b8023.zip | |
Test commit
Fix comment.
llvm-svn: 373901
Diffstat (limited to 'llvm/lib/Target/Mips')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h b/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h index ce594e1fb4f..80ab1ea9f63 100644 --- a/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h +++ b/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h @@ -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. |

