[llvm] 7129992 - [RISCV][NFC] Adjust RISCVMoveMerge.cpp header to match standard style
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 05:36:55 PDT 2023
Author: Alex Bradbury
Date: 2023-06-27T13:35:41+01:00
New Revision: 71299921d512cc642894352ebe4da8bee9d2c6e2
URL: https://github.com/llvm/llvm-project/commit/71299921d512cc642894352ebe4da8bee9d2c6e2
DIFF: https://github.com/llvm/llvm-project/commit/71299921d512cc642894352ebe4da8bee9d2c6e2.diff
LOG: [RISCV][NFC] Adjust RISCVMoveMerge.cpp header to match standard style
* 80 columns
* Fix name of file (RISCVMoveMerger.cpp vs RISCVMoveMerge.cpp)
* `//===--` prefix rather than center-aligned text.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVMoveMerger.cpp b/llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
index daf75acff97df..6c1b0cf5ca7fe 100644
--- a/llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
+++ b/llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
@@ -1,4 +1,4 @@
-//===---------- RISCVMoveMerge.cpp - RISCV move merge pass -------------===//
+//===-- RISCVMoveMerger.cpp - RISCV move merge pass -----------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list