summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/spec-inline.stderr
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-12-12 11:59:33 +0000
committerJoachim Breitner <mail@joachim-breitner.de>2013-12-12 15:04:10 +0000
commitd39bb030f93cb9fda405875cd17204062b9b6074 (patch)
tree1ccddacfc9a2297a58dde4c9fdf00bec29e780c3 /testsuite/tests/simplCore/should_compile/spec-inline.stderr
parent0da1a84dde57549a3e2cd3c756d6b05670ca4f8f (diff)
downloadhaskell-d39bb030f93cb9fda405875cd17204062b9b6074.tar.gz
Adjust output to new oneshotness
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/spec-inline.stderr')
-rw-r--r--testsuite/tests/simplCore/should_compile/spec-inline.stderr24
1 files changed, 12 insertions, 12 deletions
diff --git a/testsuite/tests/simplCore/should_compile/spec-inline.stderr b/testsuite/tests/simplCore/should_compile/spec-inline.stderr
index 2b6f79616d..869017653f 100644
--- a/testsuite/tests/simplCore/should_compile/spec-inline.stderr
+++ b/testsuite/tests/simplCore/should_compile/spec-inline.stderr
@@ -25,13 +25,13 @@ Roman.foo_$s$wgo =
sc1)
sc1 } in
case GHC.Prim.tagToEnum# @ GHC.Types.Bool (GHC.Prim.<=# sc 0)
- of _ {
+ of _ [Occ=Dead] {
GHC.Types.False ->
case GHC.Prim.tagToEnum# @ GHC.Types.Bool (GHC.Prim.<# sc 100)
- of _ {
+ of _ [Occ=Dead] {
GHC.Types.False ->
case GHC.Prim.tagToEnum# @ GHC.Types.Bool (GHC.Prim.<# sc 500)
- of _ {
+ of _ [Occ=Dead] {
GHC.Types.False ->
Roman.foo_$s$wgo (GHC.Prim.-# sc 1) (GHC.Prim.+# a a);
GHC.Types.True -> Roman.foo_$s$wgo (GHC.Prim.-# sc 3) a
@@ -54,10 +54,10 @@ Roman.$wgo
Roman.$wgo =
\ (w :: Data.Maybe.Maybe GHC.Types.Int)
(w1 :: Data.Maybe.Maybe GHC.Types.Int) ->
- case w1 of _ {
+ case w1 of _ [Occ=Dead] {
Data.Maybe.Nothing -> case Roman.foo3 of wild1 { };
Data.Maybe.Just x ->
- case x of _ { GHC.Types.I# ipv ->
+ case x of _ [Occ=Dead] { GHC.Types.I# ipv ->
let {
a :: GHC.Prim.Int#
[LclId, Str=DmdType]
@@ -68,18 +68,18 @@ Roman.$wgo =
(GHC.Prim.+# (GHC.Prim.+# (GHC.Prim.+# ipv ipv) ipv) ipv) ipv)
ipv)
ipv } in
- case w of _ {
+ case w of _ [Occ=Dead] {
Data.Maybe.Nothing -> Roman.foo_$s$wgo 10 a;
Data.Maybe.Just n ->
- case n of _ { GHC.Types.I# x2 ->
+ case n of _ [Occ=Dead] { GHC.Types.I# x2 ->
case GHC.Prim.tagToEnum# @ GHC.Types.Bool (GHC.Prim.<=# x2 0)
- of _ {
+ of _ [Occ=Dead] {
GHC.Types.False ->
case GHC.Prim.tagToEnum# @ GHC.Types.Bool (GHC.Prim.<# x2 100)
- of _ {
+ of _ [Occ=Dead] {
GHC.Types.False ->
case GHC.Prim.tagToEnum# @ GHC.Types.Bool (GHC.Prim.<# x2 500)
- of _ {
+ of _ [Occ=Dead] {
GHC.Types.False ->
Roman.foo_$s$wgo (GHC.Prim.-# x2 1) (GHC.Prim.+# a a);
GHC.Types.True -> Roman.foo_$s$wgo (GHC.Prim.-# x2 3) a
@@ -137,12 +137,12 @@ Roman.foo :: GHC.Types.Int -> GHC.Types.Int
ConLike=True, WorkFree=True, Expandable=True,
Guidance=ALWAYS_IF(unsat_ok=True,boring_ok=False)
Tmpl= \ (n [Occ=Once!] :: GHC.Types.Int) ->
- case n of n1 { GHC.Types.I# _ ->
+ case n of n1 { GHC.Types.I# _ [Occ=Dead] ->
Roman.foo_go (Data.Maybe.Just @ GHC.Types.Int n1) Roman.foo1
}}]
Roman.foo =
\ (n :: GHC.Types.Int) ->
- case n of _ { GHC.Types.I# ipv ->
+ case n of _ [Occ=Dead] { GHC.Types.I# ipv ->
case Roman.foo_$s$wgo ipv 6 of ww { __DEFAULT -> GHC.Types.I# ww }
}