Skip to content

Commit 3da5349

Browse files
committed
update names of _ishr(u/s)_1 routines
1 parent cd7110f commit 3da5349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/lib/Target/Z80/GISel/Z80LegalizerInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ Z80LegalizerInfo::legalizeShift(LegalizerHelper &Helper, MachineInstr &MI,
929929

930930
const RTLIB::Libcall BaseCall = Opc == G_ASHR ? RTLIB::SRA_I24 : RTLIB::SRL_I24;
931931
const CallingConv::ID CC = TLI.getLibcallCallingConv(BaseCall);
932-
const char *Name = Opc == G_ASHR ? "_ishrs_1_fast" : "_ishru_1_fast";
932+
const char *Name = Opc == G_ASHR ? "_ishrs_1" : "_ishru_1";
933933

934934
Type *I24Ty = IntegerType::get(MF.getFunction().getContext(), 24);
935935
Register SrcReg = MI.getOperand(1).getReg();

0 commit comments

Comments
 (0)