Skip to content

Commit 4065142

Browse files
authored
Fixed formatting
1 parent 7e90de7 commit 4065142

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/MCA/CustomBehaviour.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ bool InstrumentManager::supportsInstrumentType(StringRef Type) const {
4949
return EnableInstruments && Type == LatencyInstrument::DESC_NAME;
5050
}
5151

52-
bool InstrumentManager::canCustomize(
53-
const ArrayRef<Instrument *> IVec) const {
52+
bool InstrumentManager::canCustomize(const ArrayRef<Instrument *> IVec) const {
5453
for (const auto I : IVec) {
5554
if (I->getDesc() == LatencyInstrument::DESC_NAME) {
5655
auto LatInst = static_cast<LatencyInstrument *>(I);

0 commit comments

Comments
 (0)