Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
de29a9f0
Commit
de29a9f0
authored
Apr 21, 2009
by
Ben.Lippmeier@anu.edu.au
Browse files
SPARC NCG: Fix available regs for graph allocator
parent
685f6314
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs
View file @
de29a9f0
...
...
@@ -126,9 +126,9 @@ worst n classN classC
#
define
ALLOCATABLE_REGS_FLOAT
(
_ILIT
(
0
))
#
elif
sparc_TARGET_ARCH
#
define
ALLOCATABLE_REGS_INTEGER
(
_ILIT
(
3
))
#
define
ALLOCATABLE_REGS_DOUBLE
(
_ILIT
(
6
))
#
define
ALLOCATABLE_REGS_FLOAT
(
_ILIT
(
0
))
#
define
ALLOCATABLE_REGS_INTEGER
(
_ILIT
(
14
))
#
define
ALLOCATABLE_REGS_DOUBLE
(
_ILIT
(
8
))
#
define
ALLOCATABLE_REGS_FLOAT
(
_ILIT
(
6
))
#
else
#
error
ToDo
:
define
ALLOCATABLE_REGS_INTEGER
and
ALLOCATABLE_REGS_DOUBLE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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