Skip to content

Commit 4d96cd7

Browse files
committed
Format
1 parent 89495f9 commit 4d96cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,8 +1370,8 @@ void AArch64AsmPrinter::emitFunctionEntryLabel() {
13701370
MF->getFunction().getCallingConv() ==
13711371
CallingConv::AArch64_SVE_VectorCall ||
13721372
MF->getInfo<AArch64FunctionInfo>()->isSVECC()) {
1373-
if (auto *TS =
1374-
static_cast<AArch64TargetStreamer *>(OutStreamer->getTargetStreamer()))
1373+
if (auto *TS = static_cast<AArch64TargetStreamer *>(
1374+
OutStreamer->getTargetStreamer()))
13751375
TS->emitDirectiveVariantPCS(CurrentFnSym);
13761376
}
13771377

0 commit comments

Comments
 (0)