summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorMirko Brkusanin <Mirko.Brkusanin@rt-rk.com>2019-10-07 13:23:12 +0000
committerMirko Brkusanin <Mirko.Brkusanin@rt-rk.com>2019-10-07 13:23:12 +0000
commitb5fbdf1f5e0efb131512097babbd35a9081b8023 (patch)
treec3b7aac4aa259262c9598fecbadbd11b86737fe6 /llvm/lib/Target
parent1c3d19c82d93a00d11f0df03ff277411d134e061 (diff)
downloadbcm5719-llvm-b5fbdf1f5e0efb131512097babbd35a9081b8023.tar.gz
bcm5719-llvm-b5fbdf1f5e0efb131512097babbd35a9081b8023.zip
Test commit
Fix comment. llvm-svn: 373901
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h2
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.
OpenPOWER on IntegriCloud