X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur.c;h=8533625c2878b712c6ba86ef8f87d5da624c2dce;hb=8974b94349462d835b33ad4f896d1821986458bd;hp=7c669b5e3fdca20b01075eea622774ce7a6ef62d;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/becopyheur.c b/ir/be/becopyheur.c index 7c669b5e3..8533625c2 100644 --- a/ir/be/becopyheur.c +++ b/ir/be/becopyheur.c @@ -549,7 +549,7 @@ static void ou_optimize(unit_t *ou) { arch_get_allocatable_regs(aenv, ou->nodes[0], -1, pos_regs); - /* exclude ingore colors */ + /* exclude ignore colors */ bitset_andnot(pos_regs, ou->co->cenv->ignore_colors); assert(bitset_popcnt(pos_regs) != 0 && "No register is allowed for this node !!?");