Skip to content

Commit c1b2afa

Browse files
committed
clang-format
1 parent 60dae85 commit c1b2afa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bolt/lib/Core/BinaryContext.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,12 +1961,12 @@ void BinaryContext::printInstruction(raw_ostream &OS, const MCInst &Instruction,
19611961
OS << "\tjit\t" << MIB->getTargetSymbol(Instruction)->getName()
19621962
<< " # ID: " << DynamicID;
19631963
} else {
1964-
// If there are annotations on the instruction, the MCInstPrinter will fail to
1965-
// print the preferred alias as it only does so when the number of operands is
1966-
// as expected. See
1964+
// If there are annotations on the instruction, the MCInstPrinter will fail
1965+
// to print the preferred alias as it only does so when the number of
1966+
// operands is as expected. See
19671967
// https://github.com/llvm/llvm-project/blob/782f1a0d895646c364a53f9dcdd6d4ec1f3e5ea0/llvm/lib/MC/MCInstPrinter.cpp#L142
1968-
// Therefore, create a temporary copy of the Inst from which the annotations are
1969-
// removed, and print that Inst.
1968+
// Therefore, create a temporary copy of the Inst from which the annotations
1969+
// are removed, and print that Inst.
19701970
MCInst InstNoAnnot = Instruction;
19711971
MIB->stripAnnotations(InstNoAnnot);
19721972
InstPrinter->printInst(&InstNoAnnot, 0, "", *STI, OS);

0 commit comments

Comments
 (0)