From: Michael Beck Date: Fri, 23 Jul 2010 21:19:36 +0000 (+0000) Subject: add doxygen comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=911c215b9d58cf47c9f98b02ca915aca8399b019;p=libfirm add doxygen comment [r27793] --- diff --git a/ir/be/sparc/sparc_cconv.c b/ir/be/sparc/sparc_cconv.c index 8554227af..4f83049d9 100644 --- a/ir/be/sparc/sparc_cconv.c +++ b/ir/be/sparc/sparc_cconv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2010 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -31,6 +31,10 @@ #include "xmalloc.h" #include "error.h" +/** + * Maps an input register representing the i'th register input + * to the i'th register output. + */ static const arch_register_t *map_i_to_o_reg(const arch_register_t *reg) { unsigned idx = arch_register_get_index(reg);