From: Christoph Mallon Date: Wed, 13 Aug 2008 21:03:05 +0000 (+0000) Subject: Fix stale comments. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6acc363cfa3680a9d41ae4f9eb5775cc09ab2075;p=libfirm Fix stale comments. [r21155] --- 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,