Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
82ebc04b
Commit
82ebc04b
authored
Apr 03, 2009
by
dias@eecs.tufts.edu
Browse files
eliminate warnings
parent
dc9db2a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmCallConv.hs
View file @
82ebc04b
...
...
@@ -175,7 +175,7 @@ assign_bits_reg _ w off gcp (v:vs, fs, ds, ls)
assign_bits_reg
_
w
off
_
(
vs
,
fs
,
ds
,
l
:
ls
)
|
widthInBits
w
>
widthInBits
wordWidth
=
(
RegisterParam
l
,
off
,
0
,
(
vs
,
fs
,
ds
,
ls
))
assign_bits_reg
assign_slot
w
off
_
regs
@
(
_
,
_
,
_
,
ls
)
=
assign_slot
w
off
regs
assign_bits_reg
assign_slot
w
off
_
regs
@
(
_
,
_
,
_
,
_
)
=
assign_slot
w
off
regs
assign_float_reg
::
SlotAssigner
->
Width
->
WordOff
->
AvailRegs
->
Assignment
assign_float_reg
_
W32
off
(
vs
,
f
:
fs
,
ds
,
ls
)
=
(
RegisterParam
$
f
,
off
,
0
,
(
vs
,
fs
,
ds
,
ls
))
...
...
compiler/cmm/MkZipCfgCmm.hs
View file @
82ebc04b
...
...
@@ -35,7 +35,6 @@ import PprCmm()
import
FastString
import
ForeignCall
import
MkZipCfg
import
Outputable
import
Panic
import
SMRep
(
ByteOff
)
import
StaticFlags
...
...
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