File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -928,7 +928,7 @@ static void jl_dump_asm_internal(
928928 TheTarget->createAsmStreamer (Ctx, std::move (ustream), /* asmverbose*/ true ,
929929 /* useDwarfDirectory*/ true , IP.release (),
930930 std::move (CE), std::move (MAB),
931- /* ShowInst*/ false ));
931+ /* ShowInst*/ false )
932932#endif
933933 );
934934 Streamer->initSections (true , *STI);
@@ -1204,7 +1204,7 @@ class LineNumberPrinterHandler : public AsmPrinterHandler {
12041204#if JL_LLVM_VERSION >= 190000
12051205 virtual void beginInstruction (const MachineInstr *MI) {
12061206#else
1207- virtual void beginInstruction (const MachineInstr & MI) override {
1207+ virtual void beginInstruction (const MachineInstr * MI) override {
12081208#endif
12091209 LinePrinter.emitInstructionAnnot (MI->getDebugLoc (), Stream);
12101210 emitAndReset ();
You can’t perform that action at this time.
0 commit comments