From d5c5c4eb1d9f6d382d3ef1a12be284a411451788 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 29 Dec 2006 13:34:56 +0000 Subject: [PATCH] Add newline to end of file --- compiler/cmm/CmmOpt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4