* disable SSA for the JVM target

git-svn-id: branches/jvmbackend@18414 -
This commit is contained in:
Jonas Maebe 2011-08-20 07:57:40 +00:00
parent b5f2b463b8
commit b42731ff84

View File

@ -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;