X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_main.c;h=95f8de3b6a31d213d0d6802244712d4492b1b11b;hb=8974b94349462d835b33ad4f896d1821986458bd;hp=28dce51a3a7c8f7e3f5601b07aaa80d7b4b4f5e0;hpb=8f3f7a578efc6771ae9489c2a7c579cf06bc22fe;p=libfirm diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index 28dce51a3..95f8de3b6 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -532,7 +532,7 @@ static void be_ra_chordal_main(be_irg_t *birg) } else { post_spill_env_t *pse; - /* the backend has it's own spiller */ + /* the backend has its own spiller */ m = arch_env_get_n_reg_class(arch_env); pse = alloca(m * sizeof(pse[0]));