Skip to content

Commit 7076460

Browse files
committed
Extend dividers to 80 columns
1 parent 50f8960 commit 7076460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===- RISCVVectorPeephole.cpp - MI Vector Pseudo Peepholes --------------===//
1+
//===- RISCVVectorPeephole.cpp - MI Vector Pseudo Peepholes ---------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===---------------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88
//
99
// This pass performs various vector pseudo peephole optimisations after
1010
// instruction selection.
@@ -25,7 +25,7 @@
2525
// ->
2626
// PseudoVADD_V_V %passthru, %a, %b, -1, sew, policy
2727
//
28-
//===---------------------------------------------------------------------===//
28+
//===----------------------------------------------------------------------===//
2929

3030
#include "RISCV.h"
3131
#include "RISCVISelDAGToDAG.h"

0 commit comments

Comments
 (0)