[LoongArch] Remove dead code. NFC
authorwanglei <wanglei@loongson.cn>
Fri, 2 Dec 2022 05:48:02 +0000 (13:48 +0800)
committerwanglei <wanglei@loongson.cn>
Fri, 2 Dec 2022 05:50:41 +0000 (13:50 +0800)
llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp

index 5ab6bad..a974bb8 100644 (file)
@@ -107,8 +107,6 @@ bool LoongArchAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
       return true;
   }
   return false;
-
-  return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS);
 }
 
 bool LoongArchAsmPrinter::runOnMachineFunction(MachineFunction &MF) {