summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmMonad.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-05-03 14:48:31 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-06-06 14:29:52 +0100
commitda4ff650ae77930a5a10d4886c8bc7d37f081db7 (patch)
treee3126af132cdbc8e1f76016d8c7fbf96feb39f2e /compiler/codeGen/StgCmmMonad.hs
parent967f746994802f50011a03c983417a6fca18de27 (diff)
downloadhaskell-da4ff650ae77930a5a10d4886c8bc7d37f081db7.tar.gz
Comments and white space only
Diffstat (limited to 'compiler/codeGen/StgCmmMonad.hs')
-rw-r--r--compiler/codeGen/StgCmmMonad.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index 1f3d5c4886..c0cd88277d 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -553,8 +553,8 @@ forkStatics :: FCode a -> FCode a
-- The Abstract~C returned is attached to the current state, but the
-- bindings and usage information is otherwise unchanged.
forkStatics body_code
- = do { dflags <- getDynFlags
- ; info <- getInfoDown
+ = do { dflags <- getDynFlags
+ ; info <- getInfoDown
; us <- newUniqSupply
; state <- getState
; let rhs_info_down = info { cgd_statics = cgs_binds state