X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespillutil.c;h=bd646ffbe1bb010141aa4fe0bad07f9cd866fcac;hb=c9b4f4105539e3980500c79e8e9a055e2c8c5173;hp=1aeb1a1048c24cd2fb8e4f0bf0081594ec696db8;hpb=d0b3f40e4917dc2cdfcfd14b35ff8942964c230a;p=libfirm diff --git a/ir/be/bespillutil.c b/ir/be/bespillutil.c index 1aeb1a104..bd646ffbe 100644 --- a/ir/be/bespillutil.c +++ b/ir/be/bespillutil.c @@ -569,7 +569,7 @@ static int is_value_available(spill_env_t *env, const ir_node *arg, if (arch_irn_is_ignore(arg)) return 1; - return 0; + return 0; } /**