Skip to content

Commit fc40f88

Browse files
committed
fixup! Fix CR comment
1 parent 4180996 commit fc40f88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,9 +1031,8 @@ bool AArch64InstPrinter::printSysAlias(const MCInst *MI,
10311031

10321032
O << '\t' << Str;
10331033

1034-
if (NeedsReg) {
1034+
if (NeedsReg)
10351035
O << ", " << Reg;
1036-
}
10371036

10381037
return true;
10391038
}

0 commit comments

Comments
 (0)