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
109635a6
Commit
109635a6
authored
Feb 27, 2012
by
Christoph Mallon
Browse files
Correct comments: Remark does not mean what the author thought it means.
parent
34317397
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/ircons.h
View file @
109635a6
...
...
@@ -916,7 +916,7 @@ FIRM_API ir_mode *ir_guess_mode(int pos);
*/
FIRM_API
ir_mode
*
ir_r_guess_mode
(
ir_graph
*
irg
,
int
pos
);
/**
R
em
ark
a new definition of a variable.
/**
M
em
orize
a new definition of a variable.
*
* Use this function to remember a new definition of the value
* associated with pos. pos must be less than the value passed as n_loc
...
...
@@ -956,7 +956,7 @@ FIRM_API ir_node *get_store(void);
* @see get_store() */
FIRM_API
ir_node
*
get_r_store
(
ir_graph
*
irg
);
/**
R
em
ark
a new definition of the memory state.
/**
M
em
orize
a new definition of the memory state.
*
* Use this function to remember a new definition of the memory state.
* This call is needed to automatically inserts Phi nodes.
...
...
Write
Preview
Markdown
is supported
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