Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
911c215b
Commit
911c215b
authored
Jul 23, 2010
by
Michael Beck
Browse files
add doxygen comment
[r27793]
parent
afca1153
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_cconv.c
View file @
911c215b
/*
* Copyright (C) 1995-200
8
University of Karlsruhe. All right reserved.
* Copyright (C) 1995-20
1
0 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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment