mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 13:09:17 +02:00
* disable SSA for the JVM target
git-svn-id: branches/jvmbackend@18414 -
This commit is contained in:
parent
b5f2b463b8
commit
b42731ff84
@ -2801,6 +2801,9 @@ implementation
|
||||
var
|
||||
rr: treplaceregrec;
|
||||
begin
|
||||
{$ifdef jvm}
|
||||
exit;
|
||||
{$endif}
|
||||
if not (n.location.loc in [LOC_CREGISTER,LOC_CFPUREGISTER,LOC_CMMXREGISTER,LOC_CMMREGISTER]) or
|
||||
([fc_inflowcontrol,fc_gotolabel,fc_lefthandled] * flowcontrol <> []) then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user