From: Dhruv Chawla Date: Tue, 19 May 2026 12:55:00 +0000 (+0000) Subject: bfin: Fix typo in bfin.cc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ede22d00dbee2c59db7da958e99c415a4b9d5c;p=thirdparty%2Fgcc.git bfin: Fix typo in bfin.cc Signed-off-by: Dhruv Chawla gcc/ChangeLog: * config/bfin/bfin.cc (bfin_function_ok_for_sibcall): Fix typos. --- diff --git a/gcc/config/bfin/bfin.cc b/gcc/config/bfin/bfin.cc index 48d49371e79..c8511dde7a9 100644 --- a/gcc/config/bfin/bfin.cc +++ b/gcc/config/bfin/bfin.cc @@ -1816,7 +1816,7 @@ bfin_function_ok_for_sibcall (tree decl ATTRIBUTE_UNUSED, /* When compiling for ID shared libraries, can't sibcall a local function from a non-local function, because the local function thinks it does - not need to reload P5 in the prologue, but the sibcall wil pop P5 in the + not need to reload P5 in the prologue, but the sibcall will pop P5 in the sibcall epilogue, and we end up with the wrong value in P5. */ if (!decl)