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
55d198f1
Commit
55d198f1
authored
Mar 09, 2011
by
yb9976
Browse files
Fixed some typos.
parent
6fa343c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/besched.h
View file @
55d198f1
...
@@ -52,8 +52,8 @@ static inline bool sched_is_scheduled(const ir_node *irn)
...
@@ -52,8 +52,8 @@ static inline bool sched_is_scheduled(const ir_node *irn)
}
}
/**
/**
*
r
eturns the time step of a node. Each node in a block has a timestep
*
R
eturns the time step of a node. Each node in a block has a timestep
* unique to that block.
a
node schedule before another node has a lower
* unique to that block.
A
node schedule before another node has a lower
* timestep than this node.
* timestep than this node.
* @param irn The node.
* @param irn The node.
* @return The time step in the schedule.
* @return The time step in the schedule.
...
...
ir/be/ia32/ia32_new_nodes.c
View file @
55d198f1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
* @author Christian Wuerdig
* @author Christian Wuerdig
* @version $Id$
* @version $Id$
*
*
* This file implements the creation of the achitecture specific firm opcodes
* This file implements the creation of the a
r
chitecture specific firm opcodes
* and the corresponding node constructors for the ia32 assembler irg.
* and the corresponding node constructors for the ia32 assembler irg.
*/
*/
#include
"config.h"
#include
"config.h"
...
...
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