From 29ca2190efa2284e767949b0fab4e00a68db59bd Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 27 Dec 2004 18:28:21 +0000 Subject: [PATCH] [project @ 2004-12-27 18:28:21 by simonpj] Wibble --- ghc/compiler/simplCore/SimplCore.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/simplCore/SimplCore.lhs b/ghc/compiler/simplCore/SimplCore.lhs index e567e78..ec8ed27 100644 --- a/ghc/compiler/simplCore/SimplCore.lhs +++ b/ghc/compiler/simplCore/SimplCore.lhs @@ -109,8 +109,8 @@ simplifyExpr dflags expr gentleSimplEnv :: SimplEnv gentleSimplEnv = mkSimplEnv SimplGently - (panic "simplifyExpr: switches") - emptyRuleBase + (isAmongSimpl []) + emptyRuleBase doCorePasses :: HscEnv -> UniqSupply -- uniques -- 1.7.10.4