Skip to content

Commit cefc479

Browse files
[MCA] Fix clang-format
1 parent 2b003a5 commit cefc479

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/tools/llvm-mca/Views/InstructionInfoView.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
namespace llvm {
2121
namespace mca {
2222

23-
void InstructionInfoView::getComment(raw_ostream &OS,
24-
const MCInst &MCI) const {
23+
void InstructionInfoView::getComment(raw_ostream &OS, const MCInst &MCI) const {
2524
StringRef S = MCI.getLoc().getPointer();
2625
StringRef InstrStr;
2726
size_t Pos = 0, PosCmt = 0;
@@ -95,7 +94,7 @@ void InstructionInfoView::printView(raw_ostream &OS) const {
9594
unsigned LastPadding = Paddings.back();
9695
if (PrintFullInfo) {
9796
Fields.push_back("Bypass Latency");
98-
// Reserving 7 chars for
97+
// Reserving 7 chars for
9998
Paddings.push_back(LastPadding += 7);
10099
Fields.push_back("Resources (<Name> | <Name>[<ReleaseAtCycle>] | "
101100
"<Name>[<AcquireAtCycle>,<ReleaseAtCycle])");

0 commit comments

Comments
 (0)