add doxygen comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 23 Jul 2010 21:19:36 +0000 (21:19 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 23 Jul 2010 21:19:36 +0000 (21:19 +0000)
[r27793]

ir/be/sparc/sparc_cconv.c

index 8554227..4f83049 100644 (file)
@@ -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.
  *
 #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);