Merging in the new codegen branch
[ghc-hetmet.git] / compiler / codeGen / CgStackery.lhs
index 4196997..d6d9e5c 100644 (file)
@@ -274,7 +274,6 @@ to reflect the frame pushed.
 
 \begin{code}
 pushUpdateFrame :: CmmExpr -> Code -> Code
-
 pushUpdateFrame updatee code
   = do {
       when debugIsOn $ do
@@ -303,7 +302,7 @@ emitPushUpdateFrame frame_addr updatee = do
 
 off_updatee :: ByteOff
 off_updatee = fixedHdrSize*wORD_SIZE + oFFSET_StgUpdateFrame_updatee
-\end{code}                     
+\end{code}
 
 
 %************************************************************************