Skip to content

Commit 823ddd4

Browse files
committed
run clang-format
1 parent 819cfd5 commit 823ddd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,8 @@ void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) {
956956
MCConstantExpr::create(4, OutContext), OutContext);
957957

958958
// Emit 'bcl 20,31,.+4' so the link stack is not corrupted.
959-
EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::BCLalways).addExpr(OffsExpr));
959+
EmitToStreamer(*OutStreamer,
960+
MCInstBuilder(PPC::BCLalways).addExpr(OffsExpr));
960961
return;
961962
}
962963
case PPC::MovePCtoLR:

0 commit comments

Comments
 (0)