From: Christoph Mallon Date: Sun, 25 Nov 2012 08:37:46 +0000 (+0100) Subject: beirgmod: Update documentation of insert_Perm_before(). X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=56fc81016f0a082cea5d88c26b2deebd4ffcdc2f;p=libfirm beirgmod: Update documentation of insert_Perm_before(). This was missed when changing insert_Perm_after() to insert_Perm_before(). --- diff --git a/ir/be/beirgmod.h b/ir/be/beirgmod.h index ee8fc43a7..861720a51 100644 --- a/ir/be/beirgmod.h +++ b/ir/be/beirgmod.h @@ -36,10 +36,10 @@ /** * Insert a Perm which permutes all (non-ignore) live values of a given register class - * after a certain instruction. + * before a certain instruction. * @param lv Liveness Information. * @param irn The node to insert the Perm before. - * @return The Perm or NULL if nothing was live after @p irn. + * @return The Perm or NULL if nothing was live before @p irn. */ ir_node *insert_Perm_before(ir_graph *irg, const arch_register_class_t *cls, ir_node *irn);