diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2012-07-10 12:51:04 +0100 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2012-07-11 10:03:21 +0100 |
| commit | 560422565c7aa8016dd185f14044512cbbd4e660 (patch) | |
| tree | 620967b810b2a4a21f497efb6fb325c8ff62fb34 /compiler/codeGen/StgCmmHeap.hs | |
| parent | bf32abdab86f1c88c502e1b5a7bd1ea419e6c8b5 (diff) | |
| download | haskell-560422565c7aa8016dd185f14044512cbbd4e660.tar.gz | |
Support the 2-result primops in the new code generator
Diffstat (limited to 'compiler/codeGen/StgCmmHeap.hs')
| -rw-r--r-- | compiler/codeGen/StgCmmHeap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmHeap.hs b/compiler/codeGen/StgCmmHeap.hs index f64d203ee3..2151f84353 100644 --- a/compiler/codeGen/StgCmmHeap.hs +++ b/compiler/codeGen/StgCmmHeap.hs @@ -33,7 +33,7 @@ import StgCmmEnv import MkGraph -import Hoopl hiding ((<*>), mkBranch) +import Hoopl import SMRep import Cmm import CmmUtils |
