ia32_IJmp needs the no-out-requirements hack, too.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 22 Sep 2009 06:35:53 +0000 (06:35 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 22 Sep 2009 06:35:53 +0000 (06:35 +0000)
[r26587]

ir/be/ia32/ia32_spec.pl

index c16d787..ff82198 100644 (file)
@@ -1188,7 +1188,7 @@ SwitchJmp => {
        latency   => 3,
        units     => [ "BRANCH" ],
        modified_flags => $status_flags,
-       init_attr => "info->out_infos = NULL;",
+       init_attr => "info->out_infos = NULL;", # XXX ugly hack for out requirements
 },
 
 Jmp => {
@@ -1210,6 +1210,7 @@ IJmp => {
        latency   => 1,
        units     => [ "BRANCH" ],
        mode      => "mode_X",
+       init_attr => "info->out_infos = NULL;", # XXX ugly hack for out requirements
 },
 
 Const => {