X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_architecture.c;h=92566ba73e97dee4c9a6b352e8aa04047050b82b;hb=1872920c09708b361d06c0dc9f4c1fd0a03544f5;hp=cb6cbaddbd6b9ba76b86ebd8fee6538313e2b4fa;hpb=c720b45771fddba47fc41a76b1809d04842bd069;p=libfirm diff --git a/ir/be/ia32/ia32_architecture.c b/ir/be/ia32/ia32_architecture.c index cb6cbaddb..92566ba73 100644 --- a/ir/be/ia32/ia32_architecture.c +++ b/ir/be/ia32/ia32_architecture.c @@ -330,9 +330,15 @@ static const insn_const k8_cost = { 1, /* cost of a constant shift instruction */ 3, /* starting cost of a multiply instruction */ 0, /* cost of multiply for every set bit */ +#if 0 /* TEST */ 4, /* logarithm for alignment of function labels */ 4, /* logarithm for alignment of loops labels */ 7, /* maximum skip for alignment of loops labels */ +#else + 0, + 0, + 0 +#endif }; /* costs for the K10 */