removed prefer fastcall: backends can now decide how to handle mtp_property_private...
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 18:58:50 +0000 (18:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 18 Jun 2007 18:58:50 +0000 (18:58 +0000)
[r14622]

include/libfirm/be.h

index 5213dd2..290b117 100644 (file)
@@ -46,8 +46,6 @@ typedef struct backend_params {
        unsigned do_dw_lowering:1;
        /** if set, the backend supports inline assembly */
        unsigned support_inline_asm:1;
-       /** if set, the backend prefers fastcall convention over cdecl */
-       unsigned prefer_fastcall:1;
 
        /** Additional opcodes settings. */
        const arch_ops_info *arch_op_settings;