From 47b32a3377e6c02c68b864ee2cef6810d83ccb67 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 11 Aug 2009 11:45:44 +0000 Subject: [PATCH] SwitchJmp doesn't have 1 'none' output [r26326] --- ir/be/ia32/ia32_spec.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 4171b8e5f..cbe2570d0 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -1177,7 +1177,8 @@ Jcc => { SwitchJmp => { state => "pinned", op_flags => "L|X|Y", - reg_req => { in => [ "gp" ], out => [ "none" ] }, + reg_req => { in => [ "gp" ], + out => [ ] }, mode => "mode_T", attr_type => "ia32_condcode_attr_t", attr => "long pnc", -- 2.20.1