From 56fc81016f0a082cea5d88c26b2deebd4ffcdc2f Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 25 Nov 2012 09:37:46 +0100 Subject: [PATCH] beirgmod: Update documentation of insert_Perm_before(). This was missed when changing insert_Perm_after() to insert_Perm_before(). --- ir/be/beirgmod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1