From 6acc363cfa3680a9d41ae4f9eb5775cc09ab2075 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 13 Aug 2008 21:03:05 +0000 Subject: [PATCH] Fix stale comments. [r21155] --- ir/be/bearch.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 01c2982f0..e7a31b909 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -157,12 +157,9 @@ extern void arch_perform_memory_operand(const arch_env_t *env, ir_node *irn, ir_ /** * Get the register requirements for a node. * @param env The architecture environment. - * @param req A pointer to a requirements structure, where the data can - * be put into. * @param irn The node. * @param pos The position of the operand you're interested in. - * @return A pointer to the register requirements which may not - * neccessarily be equal to @p req. If NULL is returned, the + * @return A pointer to the register requirements. If NULL is returned, the * operand was no register operand. */ extern const arch_register_req_t * @@ -237,7 +234,6 @@ arch_get_irn_register(const arch_env_t *env, const ir_node *irn); * Set the register for a certain output operand. * @param env The architecture environment. * @param irn The node. - * @param idx The index of the output operand. * @param reg The register. */ extern void arch_set_irn_register(const arch_env_t *env, ir_node *irn, -- 2.20.1