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
ebf93825
Commit
ebf93825
authored
Sep 06, 2011
by
yb9976
Browse files
Ignore g4 for internal usage.
parent
b93ce416
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_cconv.c
View file @
ebf93825
...
...
@@ -37,7 +37,9 @@
static
const
unsigned
ignore_regs
[]
=
{
REG_G0
,
/* reserved for sparc ABI: */
/* used in case an address offset does not fit into an immediate: */
REG_G4
,
/* reserved for SPARC ABI: */
REG_G5
,
REG_G6
,
REG_G7
,
...
...
@@ -79,7 +81,6 @@ static const arch_register_t *const caller_saves[] = {
&
sparc_registers
[
REG_G1
],
&
sparc_registers
[
REG_G2
],
&
sparc_registers
[
REG_G3
],
&
sparc_registers
[
REG_G4
],
&
sparc_registers
[
REG_O0
],
&
sparc_registers
[
REG_O1
],
&
sparc_registers
[
REG_O2
],
...
...
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