summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/simplCore/SimplCore.hs1
-rw-r--r--testsuite/tests/deriving/perf/all.T12
2 files changed, 5 insertions, 8 deletions
diff --git a/compiler/simplCore/SimplCore.hs b/compiler/simplCore/SimplCore.hs
index 72e2795b8e..bca9a33a26 100644
--- a/compiler/simplCore/SimplCore.hs
+++ b/compiler/simplCore/SimplCore.hs
@@ -738,7 +738,6 @@ simplifyPgmIO pass@(CoreDoSimplify max_iterations mode)
} ;
Err.dumpIfSet_dyn dflags Opt_D_dump_occur_anal "Occurrence analysis"
(pprCoreBindings tagged_binds);
- lintPassResult hsc_env CoreOccurAnal tagged_binds;
-- Get any new rules, and extend the rule base
-- See Note [Overall plumbing for rules] in Rules.hs
diff --git a/testsuite/tests/deriving/perf/all.T b/testsuite/tests/deriving/perf/all.T
index 4d88bc9ca5..a711a50855 100644
--- a/testsuite/tests/deriving/perf/all.T
+++ b/testsuite/tests/deriving/perf/all.T
@@ -1,13 +1,11 @@
test('T10858',
[compiler_stats_num_field('bytes allocated',
- [(platform('x86_64-unknown-mingw32'), 272402736, 8),
- # 2017-02-19 272402736 (x64/Windows) - unknown
-
- (wordsize(64), 275357824, 8) ]),
- # Initial: 476296112
+ [(wordsize(64), 241242968, 8) ]),
+ # Initial: 222312440
# 2016-12-19 247768192 Join points (#19288)
- # 2016-02-12 304094944 Type-indexed Typeable
- # 2016-02-25 275357824 Early inline patch
+ # 2017-02-12 304094944 Type-indexed Typeable
+ # 2017-02-25 275357824 Early inline patch
+ # 2017-03-28 241242968 Run Core Lint less
only_ways(['normal'])],
compile,
['-O'])