Skip to content

Commit b8085e1

Browse files
authored
Fixed formatting
1 parent f8db788 commit b8085e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ RISCVInstrumentManager::createInstrument(llvm::StringRef Desc,
9595
llvm::StringRef Data) {
9696
if (Desc == RISCVLMULInstrument::DESC_NAME) {
9797
if (!RISCVLMULInstrument::isDataValid(Data)) {
98-
LLVM_DEBUG(dbgs() << "RVCB: Bad data for instrument kind " << Desc
99-
<< ": " << Data << '\n');
98+
LLVM_DEBUG(dbgs() << "RVCB: Bad data for instrument kind " << Desc << ": "
99+
<< Data << '\n');
100100
return nullptr;
101101
}
102102
return std::make_unique<RISCVLMULInstrument>(Data);
@@ -111,8 +111,8 @@ RISCVInstrumentManager::createInstrument(llvm::StringRef Desc,
111111
return std::make_unique<RISCVSEWInstrument>(Data);
112112
}
113113

114-
LLVM_DEBUG(dbgs() << "RVCB: Creating default instrument for Desc: "
115-
<< Desc << '\n');
114+
LLVM_DEBUG(dbgs() << "RVCB: Creating default instrument for Desc: " << Desc
115+
<< '\n');
116116
return InstrumentManager::createInstrument(Desc, Data);
117117
}
118118

0 commit comments

Comments
 (0)