From: simonpj@microsoft.com Date: Fri, 29 Dec 2006 13:34:56 +0000 (+0000) Subject: Add newline to end of file X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d5c5c4eb1d9f6d382d3ef1a12be284a411451788;hp=d386e0d20c6953b7cba4d53538a1782c4aa9980d;p=ghc-hetmet.git Add newline to end of file --- diff --git a/compiler/cmm/CmmOpt.hs b/compiler/cmm/CmmOpt.hs index a3de41c..eba9653 100644 --- a/compiler/cmm/CmmOpt.hs +++ b/compiler/cmm/CmmOpt.hs @@ -533,4 +533,4 @@ maybeInvertConditionalExpr (CmmMachOp op args) maybeInvertConditionalExpr _ = Nothing isPicReg (CmmReg (CmmGlobal PicBaseReg)) = True -isPicReg _ = False \ No newline at end of file +isPicReg _ = False