Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f8bfbc44
Commit
f8bfbc44
authored
Jul 17, 2007
by
rl@cse.unsw.edu.au
Browse files
Clean up
parent
df62b50d
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/vectorise/VectType.hs
View file @
f8bfbc44
...
...
@@ -14,6 +14,9 @@ import Outputable
import
Control.Monad
(
liftM2
)
-- ----------------------------------------------------------------------------
-- Types
vectTyCon
::
TyCon
->
VM
TyCon
vectTyCon
tc
|
isFunTyCon
tc
=
builtin
closureTyCon
...
...
compiler/vectorise/Vectorise.hs
View file @
f8bfbc44
...
...
@@ -421,7 +421,3 @@ vectTyAppExpr :: CoreExpr -> CoreExprWithFVs -> [Type] -> VM (CoreExpr, CoreExpr
vectTyAppExpr
lc
(
_
,
AnnVar
v
)
tys
=
vectPolyVar
lc
v
tys
vectTyAppExpr
lc
e
tys
=
pprPanic
"vectTyAppExpr"
(
ppr
$
deAnnotate
e
)
-- ----------------------------------------------------------------------------
-- Types
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