[commit: ghc] wip/T13861: WIP: appease travis (542eb1b)
git at git.haskell.org
git at git.haskell.org
Sat Dec 30 13:29:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T13861
Link : http://ghc.haskell.org/trac/ghc/changeset/542eb1bb5305350f5db16f677dc012e879da2d4a/ghc
>---------------------------------------------------------------
commit 542eb1bb5305350f5db16f677dc012e879da2d4a
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Dec 30 14:29:32 2017 +0100
WIP: appease travis
>---------------------------------------------------------------
542eb1bb5305350f5db16f677dc012e879da2d4a
compiler/codeGen/StgCmmClosure.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index c7e6e2d..cc148f8 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -631,7 +631,7 @@ getCallMethod dflags name id (LFThunk _ _ updatable std_form_info is_fun)
getCallMethod _ _name _ (LFUnknown True) _n_arg _v_args _cg_locs _self_loop_info
= SlowCall -- might be a function
-getCallMethod _ name id (LFUnknown False) 0 _v_args _cg_loc _self_loop_info
+getCallMethod _ name _ (LFUnknown False) 0 _v_args _cg_loc _self_loop_info
| occNameString (nameOccName name) == "wild" -- TODO: make this robust
= ReturnIt -- seems to come from case, must be (tagged) WHNF already
More information about the ghc-commits
mailing list