Implement semi-binary emitter for SwitchJmp.
[libfirm] / ir / be / ia32 / bearch_ia32.c
index fad300a..5076630 100644 (file)
@@ -805,7 +805,6 @@ static const be_abi_callbacks_t ia32_abi_callbacks = {
 /* register allocator interface */
 static const arch_irn_ops_t ia32_irn_ops = {
        get_ia32_in_req,
-       get_ia32_out_req,
        ia32_classify,
        ia32_get_frame_entity,
        ia32_set_frame_entity,
@@ -827,7 +826,6 @@ static const arch_irn_ops_t ia32_SwitchJmp_irn_ops = {
           Querying for negative proj numbers which can happen for switchs
           isn't possible and will result in inputs getting queried */
        get_ia32_SwitchJmp_out_req,
-       get_ia32_SwitchJmp_out_req,
        ia32_classify,
        ia32_get_frame_entity,
        ia32_set_frame_entity,