Skip to content

Commit 5d60e8d

Browse files
committed
clang format off to put PartMappings in single lines
1 parent 766a7aa commit 5d60e8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ namespace llvm {
2525
namespace RISCV {
2626

2727
const RegisterBankInfo::PartialMapping PartMappings[] = {
28+
// clang-format off
2829
{0, 32, GPRBRegBank},
2930
{0, 64, GPRBRegBank},
3031
{0, 32, FPRBRegBank},
@@ -33,6 +34,7 @@ const RegisterBankInfo::PartialMapping PartMappings[] = {
3334
{0, 128, VRBRegBank},
3435
{0, 256, VRBRegBank},
3536
{0, 512, VRBRegBank},
37+
// clang-format on
3638
};
3739

3840
enum PartialMappingIdx {

0 commit comments

Comments
 (0)