diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-30 18:01:17 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-30 18:01:17 +0100 |
commit | aac4335ebcd903a0a8f90c6d889085c214122af4 (patch) | |
tree | 2aa355eebdf1d2f94fa7071d9dfbb9669173c99b /testsuite/tests | |
parent | 5aab5caaa950f16c53ff706e2c396a03855bff79 (diff) | |
download | haskell-aac4335ebcd903a0a8f90c6d889085c214122af4.tar.gz |
Trac change in ids assigned by specialiser
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/ghc-regress/simplCore/should_run/T2486.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghc-regress/simplCore/should_run/T2486.stderr b/testsuite/tests/ghc-regress/simplCore/should_run/T2486.stderr index a5efd25dd3..6a50eef359 100644 --- a/testsuite/tests/ghc-regress/simplCore/should_run/T2486.stderr +++ b/testsuite/tests/ghc-regress/simplCore/should_run/T2486.stderr @@ -4,21 +4,21 @@ forall {$dNum :: GHC.Num.Num GHC.Types.Double $dOrd :: GHC.Classes.Ord GHC.Types.Double} Main.fib @ GHC.Types.Double $dNum $dOrd - = Main.fib_$sfib + = Main.fib_$sfib1 "SPEC Main.fib [GHC.Types.Int]" [ALWAYS] forall {$dNum :: GHC.Num.Num GHC.Types.Int $dOrd :: GHC.Classes.Ord GHC.Types.Int} Main.fib @ GHC.Types.Int $dNum $dOrd - = Main.fib_$sfib1 + = Main.fib_$sfib "SPEC Main.tak [GHC.Types.Double]" [ALWAYS] forall {$dNum :: GHC.Num.Num GHC.Types.Double $dOrd :: GHC.Classes.Ord GHC.Types.Double} Main.tak @ GHC.Types.Double $dNum $dOrd - = Main.tak_$stak + = Main.tak_$stak1 "SPEC Main.tak [GHC.Types.Int]" [ALWAYS] forall {$dNum :: GHC.Num.Num GHC.Types.Int $dOrd :: GHC.Classes.Ord GHC.Types.Int} Main.tak @ GHC.Types.Int $dNum $dOrd - = Main.tak_$stak1 + = Main.tak_$stak |