X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FDataflow.hs;h=fc1b5769f6df500eb48d651882e904722dd4106c;hp=81934bcb25e2f598c891edde99af78735eea3b45;hb=b025092d120eb8799ba0408cf96fb7cacb55db76;hpb=044ba2360d602a5d4e3dc709b91b21d184a37f64 diff --git a/compiler/cmm/Dataflow.hs b/compiler/cmm/Dataflow.hs index 81934bc..fc1b576 100644 --- a/compiler/cmm/Dataflow.hs +++ b/compiler/cmm/Dataflow.hs @@ -7,7 +7,7 @@ module Dataflow ( ----------------------------------------------------------------------------- -- | Solve the fixed-point of a dataflow problem. -- --- Complexity: O(N+H*E) calls to 'update' where +-- Complexity: O(N+H*E) calls to the update function where: -- N = number of nodes, -- E = number of edges, -- H = maximum height of the lattice for any particular node.