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
967b522b
Commit
967b522b
authored
Dec 08, 2012
by
Christoph Mallon
Browse files
documentation: Fix typos: s/temporal/temporary/.
parent
91b30739
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irnode.h
View file @
967b522b
...
...
@@ -592,8 +592,8 @@ FIRM_API int is_irn_forking(const ir_node *node);
* @param new_node node the attributes get copies to.
*
* This copies all essential information to the new node. It does not copy
* tempora
l
or calculated information like visited flags or results of
dominance
* or loop calculations
* tempora
ry
or calculated information like visited flags or results of
*
dominance
or loop calculations
.
*/
FIRM_API
void
copy_node_attr
(
ir_graph
*
irg
,
const
ir_node
*
old_node
,
ir_node
*
new_node
);
...
...
ir/tv/fltcalc.c
View file @
967b522b
...
...
@@ -122,7 +122,7 @@ struct fp_value {
#define _shift_right(x, y, res) sc_shr((x), (y), value_size*4, 0, (res))
#define _shift_left(x, y, res) sc_shl((x), (y), value_size*4, 0, (res))
/** A tempora
l
buffer. */
/** A tempora
ry
buffer. */
static
fp_value
*
calc_buffer
=
NULL
;
/** Current rounding mode.*/
...
...
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