From 9cb7a17584942570db8a277a6cc0ef393684847c Mon Sep 17 00:00:00 2001 From: Norman Ramsey Date: Tue, 23 Nov 2021 14:45:52 -0500 Subject: generalize GHC.Cmm.Dataflow to work over any node type See #20725. The commit includes source-code changes and a test case. --- testsuite/tests/cmm/should_compile/all.T | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/tests/cmm/should_compile/all.T') diff --git a/testsuite/tests/cmm/should_compile/all.T b/testsuite/tests/cmm/should_compile/all.T index 9fc5479634..40813f01ec 100644 --- a/testsuite/tests/cmm/should_compile/all.T +++ b/testsuite/tests/cmm/should_compile/all.T @@ -4,3 +4,4 @@ test('cmm_sink_sp', [ only_ways(['optasm']), grep_errmsg('(\[Sp.*\]).*(=).*(\[.* test('T16930', normal, makefile_test, ['T16930']) test('T17442', normal, compile, ['']) +test('T20725', normal, compile, ['-package ghc']) -- cgit v1.2.1