mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 10:42:34 +02:00
* also check regtype in get_spill_temp()
git-svn-id: branches/hlcgllvm@26979 -
This commit is contained in:
parent
a6a72e210c
commit
c095a1b06a
@ -173,6 +173,7 @@ implementation
|
||||
for i:=0 to taillvm(supstart).ops-1 do
|
||||
begin
|
||||
if (taillvm(supstart).oper[i]^.typ=top_reg) and
|
||||
(getregtype(taillvm(supstart).oper[i]^.reg)=regtype) and
|
||||
(getsupreg(taillvm(supstart).oper[i]^.reg)=supreg) then
|
||||
begin
|
||||
def:=taillvm(supstart).spilling_get_reg_type(i);
|
||||
|
Loading…
Reference in New Issue
Block a user