diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2012-02-14 11:45:25 +0000 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-14 11:45:25 +0000 |
| commit | d4befa38cc2e08b496394179950bbc42807dc640 (patch) | |
| tree | 76ae5c434695df847431ed6046e0e193e5a1d59a /compiler/codeGen | |
| parent | b8172ba1e6b463fbacf21fc39474a1b5580c13a0 (diff) | |
| download | haskell-d4befa38cc2e08b496394179950bbc42807dc640.tar.gz | |
tiny refactoring
Diffstat (limited to 'compiler/codeGen')
| -rw-r--r-- | compiler/codeGen/CgInfoTbls.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgInfoTbls.hs b/compiler/codeGen/CgInfoTbls.hs index ed5c5261d7..7a31f49240 100644 --- a/compiler/codeGen/CgInfoTbls.hs +++ b/compiler/codeGen/CgInfoTbls.hs @@ -36,7 +36,7 @@ import CgBindery import CgCallConv import CgUtils import CgMonad -import CmmBuildInfoTables +import CmmUtils import OldCmm import CLabel |
