X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcodeGen%2FCgCase.lhs;h=9f24fba379be5e18d2170cc5679f975e79d28383;hb=707ea5881703d680155aab268bdbf7edc113e3b1;hp=057f58d7e6398f0110fb11762c30e79cc5a40051;hpb=89597d2148023abd5cc513ed52707dc8235a8be5;p=ghc-hetmet.git diff --git a/compiler/codeGen/CgCase.lhs b/compiler/codeGen/CgCase.lhs index 057f58d..9f24fba 100644 --- a/compiler/codeGen/CgCase.lhs +++ b/compiler/codeGen/CgCase.lhs @@ -192,7 +192,6 @@ cgCase (StgOpApp (StgFCallOp fcall _) args _) unsafe_foreign_call = case fcall of CCall (CCallSpec _ _ s) -> not (playSafe s) - _other -> False \end{code} Special case: scrutinising a non-primitive variable.