Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
840ab2ed
Commit
840ab2ed
authored
Jan 08, 2011
by
Matthias Braun
Browse files
fix doxygen warnings
[r28239]
parent
a523fd61
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/libfirm/ircons.h
View file @
840ab2ed
...
@@ -1170,7 +1170,7 @@ FIRM_API ir_node *new_rd_Const_long(dbg_info *db, ir_graph *irg,
...
@@ -1170,7 +1170,7 @@ FIRM_API ir_node *new_rd_Const_long(dbg_info *db, ir_graph *irg,
* @param *db A pointer for debug information.
* @param *db A pointer for debug information.
* @param *irg The IR graph the node belongs to.
* @param *irg The IR graph the node belongs to.
* @param mode The mode for the SymConst.
* @param mode The mode for the SymConst.
* @param val
A type, ident, entity or enum constant depending on the
* @param val
ue
A type, ident, entity or enum constant depending on the
* SymConst kind.
* SymConst kind.
* @param kind The kind of the symbolic constant, see the list above
* @param kind The kind of the symbolic constant, see the list above
*/
*/
...
@@ -1685,7 +1685,6 @@ FIRM_API void mature_immBlock(ir_node *block);
...
@@ -1685,7 +1685,6 @@ FIRM_API void mature_immBlock(ir_node *block);
* associated with pos. Pos may not exceed the value passed as n_loc
* associated with pos. Pos may not exceed the value passed as n_loc
* to new_ir_graph. This call automatically inserts Phi nodes.
* to new_ir_graph. This call automatically inserts Phi nodes.
*
*
* @param *db A pointer for debug information.
* @param pos The position/id of the local variable.
* @param pos The position/id of the local variable.
* @param *mode The mode of the value to get.
* @param *mode The mode of the value to get.
*/
*/
...
...
include/libfirm/irmemory.h
View file @
840ab2ed
...
@@ -103,7 +103,6 @@ FIRM_API const char *get_ir_alias_relation_name(ir_alias_relation rel);
...
@@ -103,7 +103,6 @@ FIRM_API const char *get_ir_alias_relation_name(ir_alias_relation rel);
/**
/**
* Determine the alias relation between two addresses.
* Determine the alias relation between two addresses.
*
*
* @param irg The current graph.
* @param adr1 The first address.
* @param adr1 The first address.
* @param mode1 The mode of the first memory access.
* @param mode1 The mode of the first memory access.
* @param adr2 The second address.
* @param adr2 The second address.
...
...
include/libfirm/typerep.h
View file @
840ab2ed
...
@@ -432,11 +432,9 @@ FIRM_API int is_irn_const_expression(ir_node *n);
...
@@ -432,11 +432,9 @@ FIRM_API int is_irn_const_expression(ir_node *n);
* Copies a Firm subgraph that complies to the restrictions for
* Copies a Firm subgraph that complies to the restrictions for
* constant expressions to block.
* constant expressions to block.
*
*
* @param dbg debug info for all newly created nodes
* @param dbg debug info for all newly created nodes
* @param n the node
* @param n the node
*
* @param to_block block to copy to
* Set current_ir_graph to get_const_code_irg() to generate a constant
* expression.
*/
*/
FIRM_API
ir_node
*
copy_const_value
(
dbg_info
*
dbg
,
ir_node
*
n
,
ir_node
*
to_block
);
FIRM_API
ir_node
*
copy_const_value
(
dbg_info
*
dbg
,
ir_node
*
n
,
ir_node
*
to_block
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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