Skip to content

Commit

Permalink
[RISCV][NFC] Adjust RISCVMoveMerge.cpp header to match standard style
Browse files Browse the repository at this point in the history
* 80 columns
* Fix name of file (RISCVMoveMerger.cpp vs RISCVMoveMerge.cpp)
* `//===--` prefix rather than center-aligned text.
  • Loading branch information
asb committed Jun 27, 2023
1 parent 6101d72 commit 7129992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7129992

Please sign in to comment.