Skip to content

Commit 42c0203

Browse files
committed
fixup! clang-format
1 parent 7341c96 commit 42c0203

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/utils/TableGen/RISCVTargetDefEmitter.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ static void EmitRISCVTargetDef(RecordKeeper &RK, raw_ostream &OS) {
6767
bool FastUnalignedAccess =
6868
FastScalarUnalignedAccess && FastVectorUnalignedAccess;
6969

70-
OS << "PROC(" << Rec->getName() << ", "
71-
<< "{\"" << Rec->getValueAsString("Name") << "\"}, "
72-
<< "{\"";
70+
OS << "PROC(" << Rec->getName() << ", {\"" << Rec->getValueAsString("Name")
71+
<< "\"}, {\"";
7372

7473
StringRef MArch = Rec->getValueAsString("DefaultMarch");
7574

0 commit comments

Comments
 (0)