Skip to content

Commit b4028fb

Browse files
[MC][AArch64] Remove bogus whitespace of markup'd immediate.
1 parent d694e24 commit b4028fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ static void printMemExtendImpl(bool SignExtend, bool DoShift, unsigned Width,
12881288
O << " ";
12891289
if (UseMarkup)
12901290
O << "<imm:";
1291-
O << " #" << Log2_32(Width / 8);
1291+
O << "#" << Log2_32(Width / 8);
12921292
if (UseMarkup)
12931293
O << ">";
12941294
}

0 commit comments

Comments
 (0)