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
b93ce416
Commit
b93ce416
authored
Sep 07, 2011
by
yb9976
Browse files
Fixed some typos.
parent
1cf50338
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_finish.c
View file @
b93ce416
...
...
@@ -240,11 +240,11 @@ static void finish_be_IncSP(ir_node *node)
/**
* adjust sp-relative offsets. Split into multiple instructions if offset
* exceeds
sparc
immediate range.
* exceeds
SPARC
immediate range.
*/
static
void
finish_sparc_FrameAddr
(
ir_node
*
node
)
{
/* adapt to
sparc
stack magic */
/* adapt to
SPARC
stack magic */
sparc_attr_t
*
attr
=
get_sparc_attr
(
node
);
int
offset
=
attr
->
immediate_value
;
ir_node
*
base
=
get_irn_n
(
node
,
n_sparc_FrameAddr_base
);
...
...
ir/be/sparc/sparc_nodes_attr.h
View file @
b93ce416
...
...
@@ -66,7 +66,7 @@ struct sparc_fp_conv_attr_t {
};
/**
* attributes for load/store adressing modes
* attributes for load/store ad
d
ressing modes
*/
typedef
struct
sparc_load_store_attr_t
sparc_load_store_attr_t
;
struct
sparc_load_store_attr_t
{
...
...
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