From 911c215b9d58cf47c9f98b02ca915aca8399b019 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 23 Jul 2010 21:19:36 +0000 Subject: [PATCH] add doxygen comment [r27793] --- ir/be/sparc/sparc_cconv.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); -- 2.20.1