Skip to content

Commit

Permalink
Make CmmParse abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Apr 23, 2013
1 parent ed9895d commit a496e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/codeGen/StgCmmExtCode.hs
Expand Up @@ -10,7 +10,7 @@
-- back in circularly (to avoid a two-pass algorithm).

module StgCmmExtCode (
CmmParse(..),
CmmParse, unEC,
Named(..), Env,

loopDecls,
Expand Down

0 comments on commit a496e9a

Please sign in to comment.