File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
llvm/tools/llvm-mca/Views Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2020namespace llvm {
2121namespace 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])" );
You can’t perform that action at this time.
0 commit comments